• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1importScripts('/resources/testharness.js');
2
3test(() => {
4  assert_false('FileReaderSync' in self);
5}, '"FileReaderSync" should not be supported in service workers');
6