Skip to content

Commit 7c47ac6

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.6.1.
1 parent 795e805 commit 7c47ac6

File tree

4 files changed

+47
-47
lines changed

4 files changed

+47
-47
lines changed

ed/algorithms/service-workers.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"rationale": "let",
160160
"steps": [
161161
{
162-
"html": "<p>Let <var>registrationObject</var> be a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#serviceworkerregistration\" id=\"ref-for-serviceworkerregistration\">ServiceWorkerRegistration</a></code> in <var>environment</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object's-realm\" id=\"ref-for-environment-settings-object's-realm①\">Realm</a>.</p>"
162+
"html": "<p>Let <var>registrationObject</var> be a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#serviceworkerregistration\" id=\"ref-for-serviceworkerregistration\">ServiceWorkerRegistration</a></code> in <var>environment</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object's-realm\" id=\"ref-for-environment-settings-object's-realm①\">Realm</a>.</p>"
163163
},
164164
{
165165
"html": "<p>Set <var>registrationObject</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#serviceworkerregistration-service-worker-registration\" id=\"ref-for-serviceworkerregistration-service-worker-registration\">service worker registration</a> to <var>registration</var>.</p>"
@@ -3143,7 +3143,7 @@
31433143
"rationale": "let",
31443144
"steps": [
31453145
{
3146-
"html": "<p>Let <var>registrationObjects</var> be every <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#serviceworkerregistration\" id=\"ref-for-serviceworkerregistration①\">ServiceWorkerRegistration</a></code> object in <var>settingsObject</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object's-realm\" id=\"ref-for-environment-settings-object's-realm⑨\">realm</a>, whose <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#serviceworkerregistration-service-worker-registration\" id=\"ref-for-serviceworkerregistration-service-worker-registration⑦\">service worker registration</a> is <var>registration</var>.</p>"
3146+
"html": "<p>Let <var>registrationObjects</var> be every <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#serviceworkerregistration\" id=\"ref-for-serviceworkerregistration①\">ServiceWorkerRegistration</a></code> object in <var>settingsObject</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object's-realm\" id=\"ref-for-environment-settings-object's-realm⑨\">realm</a>, whose <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#serviceworkerregistration-service-worker-registration\" id=\"ref-for-serviceworkerregistration-service-worker-registration⑦\">service worker registration</a> is <var>registration</var>.</p>"
31473147
},
31483148
{
31493149
"html": "<p>For each <var>registrationObject</var> of <var>registrationObjects</var>, <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-event-fire\" id=\"ref-for-concept-event-fire①\">fire an event</a> on <var>registrationObject</var> named <code>updatefound</code>.</p>"
@@ -4913,7 +4913,7 @@
49134913
"rationale": ".algorithm",
49144914
"steps": [
49154915
{
4916-
"html": "<p>Let <var>registrationObjects</var> be an array containing all the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#serviceworkerregistration\" id=\"ref-for-serviceworkerregistration①\">ServiceWorkerRegistration</a></code> objects associated with <var>registration</var>.</p>"
4916+
"html": "<p>Let <var>registrationObjects</var> be an array containing all the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#serviceworkerregistration\" id=\"ref-for-serviceworkerregistration①\">ServiceWorkerRegistration</a></code> objects associated with <var>registration</var>.</p>"
49174917
},
49184918
{
49194919
"html": "If <var>target</var> is \"<code>installing</code>\", then:",

ed/idl/service-workers.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface ServiceWorkerRegistration : EventTarget {
3434
readonly attribute USVString scope;
3535
readonly attribute ServiceWorkerUpdateViaCache updateViaCache;
3636

37-
[NewObject] Promise<undefined> update();
37+
[NewObject] Promise<ServiceWorkerRegistration> update();
3838
[NewObject] Promise<boolean> unregister();
3939

4040
// event

0 commit comments

Comments
 (0)