Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

<script>
document.addEventListener('DOMContentLoaded', async () => {
document.location.search = '?'
let a = self.navigator.storage
let xhr = new XMLHttpRequest()
xhr.open('POST', 'FOOBAR', false)
xhr.send()
await a.getDirectory()
})
</script>