Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

// META: title=StorageManager: persist() (worker)
importScripts("/resources/testharness.js");
test(function() {
assert_false('persist' in navigator.storage);
}, 'navigator.storage.persist should not exist in workers');
done();