nolanlawson / html5workertest

Show which APIs are supported in Web Workers and Service Workers (UNMAINTAINED)
https://nolanlawson.github.io/html5workertest/
Apache License 2.0
53 stars 6 forks source link

Test-bundle script is missing #38

Open Dahaden opened 3 years ago

Dahaden commented 3 years ago

When loading https://html5workertest.com/test.html, there is an error in console

GEThttps://html5workertest.com/test-bundle.js
[HTTP/2 404 Not Found 5ms]

Loading failed for the <script> with source “https://html5workertest.com/test-bundle.js”.

Not sure why this is when it is available in gh-pages branch?

I was wanting to test incognito modes of browsers as there is documentation in MDN that says indexdb is not available in some browsers while incognito.

Private Browsing mode for Firefox and Incognito mode for Chrome, but in Firefox this is not implemented yet as of April 2020 so you can't use IndexedDB in Firefox Private Browsing at all

https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB

nolanlawson commented 3 years ago

Hm, I dunno, maybe GitHub Pages is blocking the file for some reason. I haven't really maintained this project in a long time.