Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

importScripts('/resources/testharness.js');
test(() => {
assert_false('fetchLater' in self);
}, `fetchLater() is not supported in worker.`);
done();