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