You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Service worker struct should be exported without a 'for' attribute (#1590)
* Service worker struct should be exported without a 'for' attribute
* Move struct to own section
* Update docs/index.bs
Co-authored-by: Jake Archibald <[email protected]>
* Update docs/index.bs
Co-authored-by: Jake Archibald <[email protected]>
* Indenting and link fix
Co-authored-by: Jake Archibald <[email protected]>
* <dfn export id="dfn-functional-events">Functional events</dfn>: {{fetch!!event}} and the [=events=] defined by other specifications that <a href="#extensibility">extend</a> the Service Workers specification. (See the <a href="#execution-context-events">list</a>.)
202
202
* {{message!!event}} and {{messageerror!!event}}.
203
203
</section>
204
-
<section>
205
-
<h4 id="service-worker-timing">Timing</h4>
204
+
</section>
206
205
207
-
Service workers mark certain points in time that are later exposed by the {{PerformanceNavigationTiming|navigation timing}} API.
0 commit comments