Skip to content

Commit

Permalink
Add/update URLs for WebRTC Identity (#11542)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored Jul 15, 2021
1 parent 33bb981 commit ac593d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions api/RTCIdentityAssertion.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"idp": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCIdentityAssertion/idp",
"spec_url": "https://w3c.github.io/webrtc-identity/#dom-rtcidentityassertion-idp",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -103,6 +104,7 @@
"name": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCIdentityAssertion/name",
"spec_url": "https://w3c.github.io/webrtc-identity/#dom-rtcidentityassertion-name",
"support": {
"chrome": {
"version_added": false
Expand Down
7 changes: 4 additions & 3 deletions api/RTCPeerConnection.json
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@
"getIdentityAssertion": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/getIdentityAssertion",
"spec_url": "https://w3c.github.io/webrtc-identity/#dfn-getidentityassertion",
"spec_url": "https://w3c.github.io/webrtc-identity/#dom-rtcpeerconnection-getidentityassertion",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -2184,6 +2184,7 @@
},
"idpLoginUrl": {
"__compat": {
"spec_url": "https://w3c.github.io/webrtc-identity/#dom-rtcpeerconnection-idploginurl",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -3016,7 +3017,7 @@
"peerIdentity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/peerIdentity",
"spec_url": "https://w3c.github.io/webrtc-identity/#dfn-peeridentity",
"spec_url": "https://w3c.github.io/webrtc-identity/#dom-rtcpeerconnection-peeridentity",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -3606,7 +3607,7 @@
"setIdentityProvider": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/setIdentityProvider",
"spec_url": "https://w3c.github.io/webrtc-identity/#dfn-setidentityprovider",
"spec_url": "https://w3c.github.io/webrtc-identity/#dom-rtcpeerconnection-setidentityprovider",
"support": {
"chrome": {
"version_added": false
Expand Down

0 comments on commit ac593d5

Please sign in to comment.