https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b98931ac1fbe042caf7f7072a8f993c4d60475af authored by Yutaka Hirano on 25 April 2018, 04:52:52 UTC
fix
Tip revision: b98931a
historical-serviceworker.js
importScripts('/resources/testharness.js');

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