MCPcopy
hub / github.com/addyosmani/puppeteer-webperf / onMessage

Function onMessage

measure-memory-leaks.js:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34 const someObject = new SomeObject();
35 const onMessage = () => {/* ... */};
36 window.addEventListener('message', onMessage);
37 });
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected