tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

idlharness.https.any.js (395B)


      1 // META: script=/resources/WebIDLParser.js
      2 // META: script=/resources/idlharness.js
      3 // META: timeout=long
      4 
      5 'use strict';
      6 
      7 idl_test(
      8  ['fs'],
      9  ['storage', 'streams'],
     10  idl_array => {
     11    idl_array.add_objects({
     12      // TODO: Add instances of FileSystemHandle, FileSystemFileHandle,
     13      // FileSystemDirectoryHandle, FileSystemWritableFileStream, and
     14      // StorageManager.
     15    });
     16  }
     17 );