WICG / shared-storage

Explainer for proposed web platform Shared Storage API
Other
85 stars 18 forks source link

Add `keepAlive` option to explainer #67

Closed pythagoraskitty closed 1 year ago

pythagoraskitty commented 1 year ago

We add the option to keepAlive a worklet after a selectURL/run operation. This option will default to false, and if not specified as true, the worklet will close after the operation completes.

pythagoraskitty commented 1 year ago

jkarlin@, please take another look. Thanks!

jkarlin commented 1 year ago

lgtm with nit, please change the existing "keep-alive" nomenclature in the doc to something else. The "Keep-alive worklet" section could be renamed to "Limited processing beyond page end" or some such.

pythagoraskitty commented 1 year ago

I thought that I already changed all of the instances. Where did I miss?

In particular, I already changed the section heading of "Keep-alive worklet" to "Worklets can outlive the associated document"

jkarlin commented 1 year ago

My bad, I missed that change. LGTM