We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While crawling WebRTC: Real-Time Communication in Browsers, wrong Web IDL type for URLs:
field urls
RTCIceServer
DOMString
USVString
attribute url
RTCIceCandidate
RTCPeerConnectionIceEvent
field url
RTCPeerConnectionIceEventInit
RTCPeerConnectionIceErrorEvent
RTCPeerConnectionIceErrorEventInit
Cc @dontcallmedom @tidoust
This issue was detected and reported semi-automatically by Strudy based on data collected in webref.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While crawling WebRTC: Real-Time Communication in Browsers, wrong Web IDL type for URLs:
field urls
in dictionaryRTCIceServer
usesDOMString
instead of recommendedUSVString
for URLsattribute url
in interfaceRTCIceCandidate
usesDOMString
instead of recommendedUSVString
for URLsattribute url
in interfaceRTCPeerConnectionIceEvent
usesDOMString
instead of recommendedUSVString
for URLsfield url
in dictionaryRTCPeerConnectionIceEventInit
usesDOMString
instead of recommendedUSVString
for URLsattribute url
in interfaceRTCPeerConnectionIceErrorEvent
usesDOMString
instead of recommendedUSVString
for URLsfield url
in dictionaryRTCPeerConnectionIceErrorEventInit
usesDOMString
instead of recommendedUSVString
for URLsCc @dontcallmedom @tidoust
This issue was detected and reported semi-automatically by Strudy based on data collected in webref.
The text was updated successfully, but these errors were encountered: