Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
9ed9b7ab58cba1e3ea0b49d2de0a0b5eb0f362ef
/
.
/
FileAPI
/
support
/
historical-serviceworker.js
blob: 8bd89a23adb70fd0075131d29b6c4d36cb079d18 [
file
]
importScripts
(
'/resources/testharness.js'
);
test
(()
=>
{
assert_false
(
'FileReaderSync'
in self
);
},
'"FileReaderSync" should not be supported in service workers'
);