Skip to content

Commit

Permalink
Add getTransports() method of AuthenticatorAttestationResponse (#3654)
Browse files Browse the repository at this point in the history
* Describing getTransports method of AuthenticatorAttestationResponse

* fixing linting errors :$

* Fixing Chrome version number

* addressing @jpmedley's comment regarding Google's position
  • Loading branch information
SphinxKnight authored and ddbeck committed Mar 27, 2019
1 parent 7525080 commit 8046293
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions api/AuthenticatorAttestationResponse.json
Expand Up @@ -130,6 +130,57 @@
"deprecated": false
}
}
},
"getTransports": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse/getTransports",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": null
},
"edge_mobile": {
"version_added": null
},
"firefox": {
"version_added": false
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": false
},
"opera": {
"version_added": false
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": null
},
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down

0 comments on commit 8046293

Please sign in to comment.