WICG / page-lifecycle

Lifecycle API to support system initiated discarding and freezing
https://wicg.github.io/page-lifecycle/
Other
154 stars 12 forks source link

Specific task source discussions #20

Closed domenic closed 5 years ago

domenic commented 6 years ago

https://github.com/WICG/page-lifecycle/commit/5c4e015102e6743343915294362460d38ee3b6a7 started fleshing out the freezable task sources.

The timer task source exists: https://html.spec.whatwg.org/#timer-task-source

But I don't believe any specification defines the "loading" task source.

Is this the same as the networking task source? Click on the <dfn> to see all its usage sites in HTML. It is also notably used in fetch, i.e. basically every fetch goes through here. Was that the intention, or was it supposed to be more scoped?

panickers commented 6 years ago

Sorry for the delay! Yes "Loading" task source is same as "networking" task source.