From 6fd4e05ae36c3ef330d899f9ad4e63ea7ae22e6e Mon Sep 17 00:00:00 2001 From: Mugdha Lakhani Date: Tue, 10 Dec 2019 15:33:46 +0000 Subject: [PATCH] Link to service worker event execution timeout. --- spec/PeriodicBackgroundSync-index.bs | 2 +- spec/PeriodicBackgroundSync-index.html | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/spec/PeriodicBackgroundSync-index.bs b/spec/PeriodicBackgroundSync-index.bs index 32dbf91..6d2e86f 100644 --- a/spec/PeriodicBackgroundSync-index.bs +++ b/spec/PeriodicBackgroundSync-index.bs @@ -295,7 +295,7 @@ dictionary PeriodicSyncEventInit : ExtendableEventInit { ### [=Fire a periodicsync event=] ### {#firing-a-periodicsync-event} -Note: A user agent MAY impose a time limit on the lifetime extension and execution time of a {{PeriodicSyncEvent}} which is stricter than the time limit imposed for {{ExtendableEvent}}s in general. In particular, any retries of the {{PeriodicSyncEvent}} MAY have a significantly shortened time limit. +Note: A user agent MAY impose a time limit on the lifetime extension and execution time of a {{PeriodicSyncEvent}} which is stricter than the [=ExtendableEvent/timed out flag|time limit=] imposed for {{ExtendableEvent}}s in general. In particular, any retries of the {{PeriodicSyncEvent}} MAY have a significantly shortened time limit.
To fire a periodicsync event for a [=periodic sync registration=] |registration|, the user agent MUST run the following steps: diff --git a/spec/PeriodicBackgroundSync-index.html b/spec/PeriodicBackgroundSync-index.html index 3a19714..361ea4f 100644 --- a/spec/PeriodicBackgroundSync-index.html +++ b/spec/PeriodicBackgroundSync-index.html @@ -1213,9 +1213,9 @@ } - + - +