tor-browser

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

FileSystemSyncAccessHandle-flush.js (208B)


      1 'use strict';
      2 
      3 // This script depends on the following scripts:
      4 //    /fs/resources/messaging-helpers.js
      5 
      6 sync_access_handle_test(async handle => {
      7  await handle.flush();
      8 }, 'Test flush on an empty file.');