Ben Kelly

Results 228 comments of Ben Kelly

> In other words, users should be aware that SharedWorker on Android operates differently than on desktop, and should use it accordingly, is that correct? Correct, adding a flag is...

Clearly this needs a more detailed design, but I was thinking something somewhat simple to start: * Old ports become non-functional when the SharedWorker is killed * A lifecycle event...

To clarify, I wasn't suggesting that safari and firefox would start throwing for non-restartable right away. They could wait and see if it became adopted. But it seems a bit...

> We should specify that extended lifetime shared worker clients do not "count" for determining the service worker lifetime. It seems like only windows should grant lifetime. Dedicated workers automatically...

> However, I guess the scenario is that SharedWorker registers ServiceWorker. In theory a window could register a ServiceWorker with a scope that matches the SharedWorker script URL. According to...

In general I think we want to be able to provide ReadableStream or Response objects to APIs that currently take a URL. @jakearchibald, would something that let you assign a...

This means creating an element that has the concept of partially loaded state, right? An iframe already has all of that, but do other html container elements? So wouldn't we...

@jakearchibald It kind of feels like there should be a way for code other than the one writing to the element to know if it's complete. The pipeTo promise, while...