Files
Kmake/test/fixtures/wpt/FileAPI/support/historical-serviceworker.js
2026-05-26 23:36:42 -07:00

6 lines
167 B
JavaScript

importScripts('/resources/testharness.js');
test(() => {
assert_false('FileReaderSync' in self);
}, '"FileReaderSync" should not be supported in service workers');