Skip to content

Mark Request.p.formData partial in Safari#6616

Merged
foolip merged 1 commit intomasterfrom
sideshowbarker/Request.prototype.formData-partial-in-Safari
Aug 31, 2020
Merged

Mark Request.p.formData partial in Safari#6616
foolip merged 1 commit intomasterfrom
sideshowbarker/Request.prototype.formData-partial-in-Safari

Conversation

@sideshowbarker
Copy link
Member

Per https://webkit.org/b/212858, Request.prototype.formData isn’t fully supported in Safari. So this change marks it with "partial_implementation": true and adds a note with a link to the relevant WebKit bug.

Fixes #6520

Per https://webkit.org/b/212858, Request.prototype.formData isn’t fully
supported in Safari. So this change marks it with "partial_implementation": true
and adds a note with a link to the relevant WebKit bug.

Fixes #6520
@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Aug 31, 2020
@foolip foolip merged commit eb5c248 into master Aug 31, 2020
@foolip foolip deleted the sideshowbarker/Request.prototype.formData-partial-in-Safari branch August 31, 2020 08:56
@foolip
Copy link
Contributor

foolip commented Aug 31, 2020

I came across https://bugs.webkit.org/show_bug.cgi?id=215671 just now, fixed very recently.

@sideshowbarker
Copy link
Member Author

I came across https://bugs.webkit.org/show_bug.cgi?id=215671 just now, fixed very recently.

Nice find. So after it’s clear that’s gone into a stable release (or will be), we can re-test and update the data here.

foolip added a commit to foolip/browser-compat-data that referenced this pull request Aug 31, 2020
It's more useful to document this as no support, since it will always throw.

This is a follow-up to mdn#6616.
@foolip
Copy link
Contributor

foolip commented Aug 31, 2020

I've filed #6620 to follow up on that.

foolip added a commit to foolip/browser-compat-data that referenced this pull request Sep 2, 2020
foolip added a commit to foolip/browser-compat-data that referenced this pull request Sep 2, 2020
Even though it doesn't work at all, it should be partial_implementation
per https://github.com/mdn/browser-compat-data/blob/master/docs/data-guidelines.md#non-functional-defined-names-imply-partial_implementation

This is a follow-up to mdn#6616.

Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
ddbeck added a commit that referenced this pull request Sep 2, 2020
Even though it doesn't work at all, it should be partial_implementation
per https://github.com/mdn/browser-compat-data/blob/master/docs/data-guidelines.md#non-functional-defined-names-imply-partial_implementation

This is a follow-up to #6616.

Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>

Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

request.body.formData don't work in safari or TP

2 participants