From fca6f2e26dab187e96a89e05b9acc1115fb460bf Mon Sep 17 00:00:00 2001 From: Yoshisato Yanagisawa Date: Wed, 26 Nov 2025 07:07:20 +0000 Subject: [PATCH] Editorial: export "Fire Functional Event" arguments Bug: https://github.com/w3c/ServiceWorker/issues/1808 --- index.bs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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