--- title: PerformanceTiming.responseEnd slug: Web/API/PerformanceTiming/responseEnd translation_of: Web/API/PerformanceTiming/responseEnd ---

{{APIRef("Navigation Timing")}}

概要

PerformanceTiming.responseEnd 是一个返回代表一个时刻的 unsigned long long 型只读属性,为浏览器从服务器、缓存或者本地资源接收响应的最后一个字节或者连接被关闭之时的 Unix毫秒时间戳。

语法

time = performanceTiming.responseEnd;

标准

Specification Status Comment
{{SpecName('Navigation Timing', '#dom-performancetiming-responseEnd', 'PerformanceTiming.responseEnd')}} {{Spec2('Navigation Timing')}} Initial definition.

浏览器兼容性

{{Compat("api.PerformanceTiming.responseEnd")}}

参见