@worker-tools/parsed-html-rewriter
Version:
A DOM-based implementation of Cloudflare Worker's HTMLRewriter.
28 lines (26 loc) • 542 B
JavaScript
const {
performance,
Performance,
PerformanceEntry,
PerformanceMark,
PerformanceMeasure,
PerformanceNavigation,
PerformanceNavigationTiming,
PerformanceObserver,
PerformanceObserverEntryList,
PerformanceResourceTiming,
PerformanceTiming,
} = globalThis;
export {
performance,
Performance,
PerformanceEntry,
PerformanceMark,
PerformanceMeasure,
PerformanceNavigation,
PerformanceNavigationTiming,
PerformanceObserver,
PerformanceObserverEntryList,
PerformanceResourceTiming,
PerformanceTiming,
};