hiroshige-g

Results 40 comments of hiroshige-g

Draft WPT: https://github.com/web-platform-tests/wpt/pull/31080. This is unstable (timeout) on wpt.fyi, but according to Chromium CI and locally installed Firefox, this confirms the behavior at https://github.com/whatwg/storage/issues/119#issuecomment-785771108 (Chrome fires storage events for modifications...

Hi, I'm planning to merge https://github.com/web-platform-tests/wpt/pull/31080 and wondering what is the expected behavior around BFCache: should storage events for storage modification while a page is in BFCache be fired after...

Friendly ping; any opinion about whether we should queue storage events during BFCache or not?

OK, the concensus here is https://github.com/whatwg/storage/issues/119#issuecomment-1115844532. I updated the test to expect no events are fired for storage updates while the page is in BFCache, and filed a bug against...

> (just like module scripts have stricter MIME type restriction than classic scripts) IIUC: Classic scripts allow MIME sniffing and accept a quite broad range of MIME types, including `text/html`...

> > Will JSON modules be the first time that the JSON MIME type is actually checked in running an HTML page? Navigation (https://html.spec.whatwg.org/C/#process-a-navigate-response, see https://github.com/whatwg/mimesniff/issues/112#issue-519846712) also checks JSON MIME...

So, the concensus here can be: - Importing `*/*+json`, including `image/foobar+json` has valid use cases - Importing (and navigating to) `*/*+json` doesn't look to cause security problems (because JSON isn't...

Created https://github.com/whatwg/mimesniff/pull/113 that feeds the discussion here back to the spec.

As for the async `Error` event (aside from the sync `SecurityError`), - The spec is currently at Step 14 of https://html.spec.whatwg.org/multipage/workers.html#run-a-worker. So `Event` is used for fetch errors and parse...