Skip to content

Editorial: "Update Service Worker Extended Events Set" minor fix#1813

Merged
yoshisatoyanagisawa merged 1 commit intow3c:mainfrom
yoshisatoyanagisawa:issue1196
Jan 26, 2026
Merged

Editorial: "Update Service Worker Extended Events Set" minor fix#1813
yoshisatoyanagisawa merged 1 commit intow3c:mainfrom
yoshisatoyanagisawa:issue1196

Conversation

@yoshisatoyanagisawa
Copy link
Collaborator

@yoshisatoyanagisawa yoshisatoyanagisawa commented Jan 23, 2026

The "Update Service Worker Extended Events Set" algorithm stores the input event into the "set of extended events", which is defined as a set of ExtendableEvent objects. To be consistent with this definition and how the algorithm is called (always with ExtendableEvent or its subclasses), this change updates the input type from Event to ExtendableEvent.

Bug: #1196


Preview | Diff

…s Set" to ExtendableEvent

The "Update Service Worker Extended Events Set" algorithm stores the input
event into the "set of extended events", which is defined as a set of
ExtendableEvent objects. To be consistent with this definition and how
the algorithm is called (always with ExtendableEvent or its subclasses),
this change updates the input type from Event to ExtendableEvent.

Bug: w3c#1196
@yoshisatoyanagisawa
Copy link
Collaborator Author

@monica-ch Will you take a look? This is a minor argument change to address #1196.

@yoshisatoyanagisawa yoshisatoyanagisawa merged commit 37bb5aa into w3c:main Jan 26, 2026
2 checks passed
@yoshisatoyanagisawa yoshisatoyanagisawa deleted the issue1196 branch January 26, 2026 00:13
github-actions bot added a commit that referenced this pull request Jan 26, 2026
…s Set" to ExtendableEvent (#1813)

SHA: 37bb5aa
Reason: push, by yoshisatoyanagisawa

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit to asleekgeek/ServiceWorker that referenced this pull request Jan 26, 2026
…s Set" to ExtendableEvent (w3c#1813)

SHA: 37bb5aa
Reason: push, by pull[bot]

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit to yoshisatoyanagisawa/ServiceWorker that referenced this pull request Jan 26, 2026
…s Set" to ExtendableEvent (w3c#1813)

SHA: 37bb5aa
Reason: push, by yoshisatoyanagisawa

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants