summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/FileAPI/support/historical-serviceworker.js
blob: 8bd89a23adb70fd0075131d29b6c4d36cb079d18 (plain)
1
2
3
4
5
importScripts('/resources/testharness.js');

test(() => {
  assert_false('FileReaderSync' in self);
}, '"FileReaderSync" should not be supported in service workers');