Skip to content

Commit

Permalink
Add release note for mdn#10958
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Jul 1, 2021
1 parent 7532dba commit 5ce770b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@

RELEASE DATE TK

### Notable changes

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

<details>

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

- `api.Request.arrayBuffer`
- `api.Request.blob`
- `api.Request.body`
- `api.Request.bodyUsed`
- `api.Request.formData`
- `api.Request.json`
- `api.Request.text`
- `api.Response.arrayBuffer`
- `api.Response.blob`
- `api.Response.body`
- `api.Response.bodyUsed`
- `api.Response.formData`
- `api.Response.json`
- `api.Response.text`

</details>

## [v3.3.9](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.9)

June 24, 2021
Expand Down

0 comments on commit 5ce770b

Please sign in to comment.