Skip to content

my-trash-bin/241017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test 241017

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