overlooker-element-timing
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -33,2 +33,16 @@ declare module 'overlooker-element-timing' { | ||
export type Entry = EntryImage | EntryText; | ||
export default class OverlookerElementTiming { | ||
constructor(propName?: string, wnd?: Window); | ||
push(...entries: Array<PerformanceEntry>); | ||
getAll(): Array<Entry>; | ||
clear(); | ||
observe(cb: Function, buffered: boolean); | ||
unobserve(cb: Function); | ||
} | ||
} |
{ | ||
"name": "overlooker-element-timing", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "The package for measuring the element timing is more simple", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
20800
165