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.');