Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3616,15 +3616,15 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
1. Return false.
</section>

<section algorithm>
<section algorithm="Fire Functional Event">
<h3 id="fire-functional-event-algorithm"><dfn export lt="Fire Functional Event|Fire a functional event">Fire Functional Event</dfn></h3>

: Input
:: |eventName|, a string
:: |eventConstructor|, an event constructor that extends {{ExtendableEvent}}
:: |registration|, a [=/service worker registration=]
:: |initialization|, optional property initialization for |event|, constructed from |eventConstructor|
:: |postDispatchSteps|, optional steps to run on the [=service worker registration/active worker=]'s event loop, with |dispatchedEvent| set to the instance of |eventConstructor| that was [=dispatched=].
:: <dfn export for="Fire Functional Event">|eventName|</dfn>, a string
:: <dfn export for="Fire Functional Event">|eventConstructor|</dfn>, an event constructor that extends {{ExtendableEvent}}
:: <dfn export for="Fire Functional Event">|registration|</dfn>, a [=/service worker registration=]
:: <dfn export for="Fire Functional Event">|initialization|</dfn>, optional property initialization for |event|, constructed from |eventConstructor|
:: <dfn export for="Fire Functional Event">|postDispatchSteps|</dfn>, optional steps to run on the [=service worker registration/active worker=]'s event loop, with |dispatchedEvent| set to the instance of |eventConstructor| that was [=dispatched=].
: Output
:: None

Expand Down