LGTM3
On Wed, Mar 13, 2024 at 9:50 AM Mike Taylor wrote:
> LGTM2
> On 3/13/24 12:40 PM, Corentin Wallez wrote:
>
> Just to clarify, the ServiceWorker cannot do anything more than what the
> main thread can do for DoS. Or I guess the only additional capability is
> that it can trigger it up to 30
LGTM2
On 3/13/24 12:40 PM, Corentin Wallez wrote:
Just to clarify, the ServiceWorker cannot do anything more than what
the main thread can do for DoS. Or I guess the only additional
capability is that it can trigger it up to 30 seconds after the user
left the page.
The reason why we can't pr
Just to clarify, the ServiceWorker cannot do anything more than what the
main thread can do for DoS. Or I guess the only additional capability is
that it can trigger it up to 30 seconds after the user left the page.
The reason why we can't prevent DoS in all cases is that most GPUs don't
have p
I don't know the ServiceWorker mechanisms too much, but if the Javascript
dies in 30 seconds then WebGPU operations will soon after. There isn't a
lot of use in keeping WebGPU computations running for much longer as
Javascript is needed to get the result of any computation in any useful
places
Just to ask what is probably a FAQ to get it out here...
The Service Worker timeout is 30 seconds right, so regardless of how
heavy the calculations are, a service worker and its associated
calculations will die in 30 seconds after the user closes the associated
page?
I ask because while it'
On Tue, Mar 12, 2024 at 10:14 PM Yoav Weiss (@Shopify) <
yoavwe...@chromium.org> wrote:
> LGTM1
>
> On Tue, Mar 12, 2024, 15:10 'François Beaufort' via blink-dev <
> blink-dev@chromium.org> wrote:
>
>>
>>
>> On Tue, Mar 12, 2024 at 6:58 PM Mike Taylor
>> wrote:
>>
>>> On 3/11/24 4:06 PM, 'Françoi
LGTM1
On Tue, Mar 12, 2024, 15:10 'François Beaufort' via blink-dev <
blink-dev@chromium.org> wrote:
>
>
> On Tue, Mar 12, 2024 at 6:58 PM Mike Taylor
> wrote:
>
>> On 3/11/24 4:06 PM, 'François Beaufort' via blink-dev wrote:
>>
>> Contact emails fbeauf...@google.com
>>
>> Explainer None
>>
>> C
On Tue, Mar 12, 2024 at 6:58 PM Mike Taylor wrote:
> On 3/11/24 4:06 PM, 'François Beaufort' via blink-dev wrote:
>
> Contact emails fbeauf...@google.com
>
> Explainer None
>
> Could you write a few sentences why this is a useful addition?
>
Service Workers enable offline capabilities and backgr
On 3/11/24 4:06 PM, 'François Beaufort' via blink-dev wrote:
Contact emails
fbeauf...@google.com
Explainer
None
Could you write a few sentences why this is a useful addition?
Specification
https://gpuweb.github.io/gpuweb/#navigator-gpu
Summary
Functio