Re: [webrtc-pc] Ignore unsupported url types in setConfiguration

How about
1) If the scheme name is implemented and there is a parsing error throw a SyntaxError
2) If th scheme name is not implemented throw a NotSupportedError (consistent with mux policy)
Throwing a SyntaxError on data that is generally valid seems bad.

I think silently ignoring makes developers life a lot easier but that can be considered the job of a library.

-- 
GitHub Notification of comment by fippo
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1346#issuecomment-310426517 using your GitHub account

Received on Thursday, 22 June 2017 16:06:34 UTC