timeBecameVisible
方法是 MemoryRecord 对象的一个属性,用于记录该对象在页面中首次变为可见状态的时间。该方法返回一个时间戳,单位为毫秒。
memoryRecord.timeBecameVisible();
const memoryRecord = new MemoryRecord();
const startTime = memoryRecord.timeBecameVisible();
console.log(`该对象在页面中首次变为可见状态的时间戳为:${startTime}`);
undefined
。Chrome | Edge | Firefox | IE | Opera | Safari |
---|---|---|---|---|---|
13+ | 18+ | 1.5+ | 9+ | 12+ | 4+ |