Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /fs/idlharness.https.any.html - WPT Dashboard Interop Dashboard
- /fs/idlharness.https.any.worker.html - WPT Dashboard Interop Dashboard
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long
'use strict';
idl_test(
['fs'],
['storage', 'streams'],
idl_array => {
idl_array.add_objects({
// TODO: Add instances of FileSystemHandle, FileSystemFileHandle,
// FileSystemDirectoryHandle, FileSystemWritableFileStream, and
// StorageManager.
});
}
);