MCPcopy Create free account
hub / github.com/ampproject/amphtml /

Class

test/unit/test-performance.js:815–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813describes.realWin('PeformanceObserver metrics', {amp: true}, (env) => {
814 // A fake implementation of PerformanceObserver.
815 class PerformanceObserverImpl {
816 constructor(callback) {
817 this.options = {};
818 this.callback_ = callback;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected