Skip to content

Commit

Permalink
Remove outdated note
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg committed Feb 10, 2024
1 parent dfcf6a5 commit 9d73e61
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions files/en-us/web/api/extendableevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ The **`ExtendableEvent`** interface extends the lifetime of the [`install`](/en-

If {{domxref("ExtendableEvent.waitUntil","waitUntil()")}} is called outside of the `ExtendableEvent` handler, the browser should throw an `InvalidStateError`; note also that multiple calls will stack up, and the resulting promises will be added to the list of [extend lifetime promises](https://w3c.github.io/ServiceWorker/#extendableevent-extend-lifetime-promises).

> **Note:** The behavior described in the above paragraph was fixed in Firefox 43 (see [Firefox bug 1180274](https://bugzil.la/1180274).)
This interface inherits from the {{domxref("Event")}} interface.

{{InheritanceDiagram}}
Expand Down
3 changes: 0 additions & 3 deletions files/en-us/web/api/extendableevent/waituntil/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ The `waitUntil()` method must be initially called within the event callback,
but after that it can be called multiple times, until all the promises passed to it
settle.

> **Note:** The behavior described in the above paragraph was fixed in
> Firefox 43 (see [Firefox bug 1180274](https://bugzil.la/1180274)).
## Syntax

```js-nolint
Expand Down

0 comments on commit 9d73e61

Please sign in to comment.