Skip to content

my-trash-bin/241018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test 241018

  1. run dev.sh
  2. open the page using browser
  3. open developer tools, go to application tab, application/storage section
  4. click anywhere in the page to write to opfs
  5. enter below to clear data
(async () => {
    await (await navigator.storage.getDirectory()).remove({ recursive: true });
})();

About

OPFS in worker test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published