Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compat data for Response (Fetch API) #940

Merged
merged 3 commits into from
Feb 8, 2018
Merged

Conversation

maboa
Copy link
Contributor

@maboa maboa commented Feb 5, 2018

}
],
"opera_android": {
"version_added": false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"opera_android" should match "opera".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Elchi3 Elchi3 added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Feb 6, 2018
"deprecated": false
}
},
"body_formdata": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

}
}
},
"redirected_attribute": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this, it is redundant with the entry for redirected below.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

"flags": [
{
"type": "preference",
"name": ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Experimental Web Platform Features"

"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Response",
"support": {
"webview_android": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be

          "webview_android": [
            {
              "version_added": "42"
            },
            {
              "version_added": "41",
              "flags": [
                {
                  "type": "preference",
                  "name": "Experimental Web Platform Features"
                }
              ]
            }
          ],
          "chrome": [
            {
              "version_added": "42"
            },
            {
              "version_added": "41",
              "flags": [
                {
                  "type": "preference",
                  "name": "Experimental Web Platform Features"
                }
              ]
            }
          ],
          "chrome_android": [
            {
              "version_added": "42"
            },
            {
              "version_added": "41",
              "flags": [
                {
                  "type": "preference",
                  "name": "Experimental Web Platform Features"
                }
              ]
            }
],

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

"flags": [
{
"type": "preference",
"name": ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Experimental Web Platform Features"

"flags": [
{
"type": "preference",
"name": ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dom.fetch.enabled

"flags": [
{
"type": "preference",
"name": ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Experimental Web Platform Features"

"flags": [
{
"type": "preference",
"name": ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Experimental Web Platform Features"

"flags": [
{
"type": "preference",
"name": ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dom.fetch.enabled

"flags": [
{
"type": "preference",
"name": ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Experimental Web Platform Features"

@maboa
Copy link
Contributor Author

maboa commented Feb 8, 2018

Should be good to go now! :)

Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@Elchi3 Elchi3 merged commit 3459021 into mdn:master Feb 8, 2018
foolip added a commit to foolip/browser-compat-data that referenced this pull request Mar 8, 2021
There's no trace of this in Chromium, Gecko or WebKit, with no
case-insensitive matches for "usefinalurl" at all. The closest thing is
that there was once a TODO for `finalURL` in Blink which was removed:
https://bugs.chromium.org/p/chromium/issues/detail?id=455112

This is from the initial wiki migration:
mdn#940

The version numbers match the parent feature and many sibling features,
and was probably copied.
ddbeck pushed a commit that referenced this pull request Mar 11, 2021
There's no trace of this in Chromium, Gecko or WebKit, with no
case-insensitive matches for "usefinalurl" at all. The closest thing is
that there was once a TODO for `finalURL` in Blink which was removed:
https://bugs.chromium.org/p/chromium/issues/detail?id=455112

This is from the initial wiki migration:
#940

The version numbers match the parent feature and many sibling features,
and was probably copied.
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.

3 participants