Skip to content

Commit

Permalink
Add release note for mdn#10744
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Jun 9, 2021
1 parent b6a03c3 commit cd5cb24
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

### Notable changes

- The `api.AbstractWorker` mixin has been removed and replaced by features representing its exposed interfaces. ([#10744](https://github.com/mdn/browser-compat-data/pull/10744))

<details>

<summary>New features ex-<code>AbstractWorker</code></summary>

- `api.ServiceWorker.onerror`
- `api.SharedWorker.onerror`
- `api.Worker.onerror`

</details>

- `api.Element.attributeStyleMap` has been removed and replaced by features representing the `ElementCSSInlineStyle` mixin's exposed interfaces. ([#10686](https://github.com/mdn/browser-compat-data/pull/10686))

<details>
Expand Down

0 comments on commit cd5cb24

Please sign in to comment.