Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
10
Frontend-Learner/node_modules/unenv/dist/runtime/polyfill/performance.mjs
generated
vendored
Normal file
10
Frontend-Learner/node_modules/unenv/dist/runtime/polyfill/performance.mjs
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { performance, Performance, PerformanceEntry, PerformanceMark, PerformanceMeasure, PerformanceObserver, PerformanceObserverEntryList, PerformanceResourceTiming } from "../web/performance/index.mjs";
|
||||
globalThis.performance ||= performance;
|
||||
globalThis.Performance ||= Performance;
|
||||
globalThis.PerformanceEntry ||= PerformanceEntry;
|
||||
globalThis.PerformanceMark ||= PerformanceMark;
|
||||
globalThis.PerformanceMeasure ||= PerformanceMeasure;
|
||||
globalThis.PerformanceObserver ||= PerformanceObserver;
|
||||
globalThis.PerformanceObserverEntryList ||= PerformanceObserverEntryList;
|
||||
globalThis.PerformanceResourceTiming ||= PerformanceResourceTiming;
|
||||
export default globalThis.performance;
|
||||
Loading…
Add table
Add a link
Reference in a new issue