Skip to content

Commit

Permalink
Update Credential API data (#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored and ddbeck committed Jul 24, 2018
1 parent 787eb7b commit 6295ef0
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions api/Credential.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version_added": "51"
},
"firefox": {
"version_added": null
"version_added": "60"
},
"firefox_android": {
"version_added": null
Expand Down Expand Up @@ -58,7 +58,7 @@
"version_added": "51"
},
"firefox": {
"version_added": null
"version_added": "60"
},
"firefox_android": {
"version_added": null
Expand Down Expand Up @@ -103,7 +103,7 @@
"version_added": "51"
},
"firefox": {
"version_added": null
"version_added": "60"
},
"firefox_android": {
"version_added": null
Expand Down Expand Up @@ -137,21 +137,28 @@
"name": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Credential/name",
"description": "<code>name</code> (from <code>CredentialUserData</code> mixin)",
"support": {
"webview_android": {
"version_added": "51"
"version_added": "51",
"version_removed": "52",
"notes": "See <a href='https://crbug.com/602980'>Bug 602980</a>."
},
"chrome": {
"version_added": "51"
"version_added": "51",
"version_removed": "52",
"notes": "See <a href='https://crbug.com/602980'>Bug 602980</a>."
},
"chrome_android": {
"version_added": "51"
"version_added": "51",
"version_removed": "52",
"notes": "See <a href='https://crbug.com/602980'>Bug 602980</a>."
},
"firefox": {
"version_added": null
"version_added": false
},
"firefox_android": {
"version_added": null
"version_added": false
},
"ie": {
"version_added": null
Expand Down

0 comments on commit 6295ef0

Please sign in to comment.