File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ < script >
2+ window . addEventListener ( "DOMContentLoaded" , async ( ) => {
3+ let dir = await self . navigator . storage . getDirectory ( )
4+ let a = await dir . getDirectoryHandle ( "478b0f5c-9abb-48d9-beb1-7e6aae189df7" , { "create" : true } )
5+ let b = await a . getFileHandle ( "9e643bcf-9f9e-4b35-9fec-e3285020b150" , { "create" : true } )
6+ let c = await b . createWritable ( { } )
7+ await c . write ( "a" )
8+ await a . move ( dir , "ó ²¾*" )
9+ await a . removeEntry ( "9e643bcf-9f9e-4b35-9fec-e3285020b150" , { } )
10+ } )
11+ </ script >
Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ HTTP load 1844619.html
1111HTTP load 1858820.html
1212load 1874334.html
1313HTTP load 1874334-2.html
14+ # To be enabled together with the code changes
15+ # load 1897564.html
You can’t perform that action at this time.
0 commit comments