-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Demix Body to Request and Response (#10958)
Data from mdn-bcd-collector was used to confirm data for these versions: - Chrome 42 (most entries) - Chrome 43 (Response.body) - Chrome 60 (formData attributes) - Edge 14 (most entries) - Edge 79 (formData attributes) - Firefox 39 (most entries) - Firefox 65 (Response.body) - Safari 10.1 (most entries, including always-rejecting Response.formData) - Safari 11.1 (Request.body + always-rejecting Request.formData) The fixed formData attributes in Safari 14.1 / iOS 14.3 is based on: #6620 Anything else was mirrored, including all mobile browser data. IE was not tested at all. Notable differences to the original data: - Request.body is not shipped in Chrome/Firefox: https://crbug.com/688906 https://bugzil.la/1387483 - Response.body was shipped in Chrome 43: https://bugs.chromium.org/p/chromium/issues/detail?id=240603#c40 - Edge ≤18 versions all replaced - A bunch of false values changed to real version This also changes the experimental status to false, since this has all been shipped basically everywhere now. Closes #6620.
- Loading branch information
Showing
2 changed files
with
430 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.