The correct answer is (c) both responseStart and responseEnd
The explanation is: PerformanceTiming.responseStart read-only property returns an unsigned long long representing the moment in time (in milliseconds since the UNIX epoch) when the browser received the first byte of the response from the server, cache, or local resource. The properties associated with the Response event are:
responseStart
responseEnd.