summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/performance-timeline/resources/worker-with-performance-observer.js
blob: a72fe81c47feace765613a0962f2a7e63f71fa25 (plain)
1
2
3
4
5
6
try {
  new PerformanceObserver(() => true);
  postMessage("SUCCESS");
} catch (ex) {
  postMessage("FAILURE");
}