diff --git a/index.bs b/index.bs index 09ce04c9..3c58ddf0 100644 --- a/index.bs +++ b/index.bs @@ -3616,15 +3616,15 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ 1. Return false. -
+

Fire Functional Event

: 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=]. + :: |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=]. : Output :: None