Files
2026-05-26 23:36:42 -07:00

8 lines
203 B
JavaScript

'use strict';
importScripts('/resources/testharness.js', 'helpers.js');
const promise = testMessageEvent(self);
promise
.then(() => postMessage('OK'))
.catch(err => postMessage(`BAD: ${err}`));