- From: stefan hakansson via GitHub <sysbot+gh@w3.org>
- Date: Tue, 06 Jun 2017 08:15:56 +0000
- To: public-webrtc-logs@w3.org
stefhak has just created a new issue for https://github.com/w3c/webrtc-pc: == Ignore unsupported url types in setConfiguration == >From EKR: https://lists.w3.org/Archives/Public/public-webrtc/2017May/0166.html (setConfiguration) ``` 3. For each url in server.urls parse url and obtain scheme name. If the scheme name is not implemented by the browser, or if parsing based on the syntax defined in [ RFC7064] and [RFC7065] fails, throw a SyntaxError. ``` This seems unwise as it makes it very hard to introduce new schemes. Why aren't they just ignored? Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1346 using your GitHub account
Received on Tuesday, 6 June 2017 08:16:03 UTC