- From: Adam Bergkvist <adam.bergkvist@ericsson.com>
- Date: Fri, 14 Jun 2013 08:36:00 +0200
- To: Justin Uberti <juberti@google.com>
- CC: Harald Alvestrand <harald@alvestrand.no>, "public-webrtc@w3.org" <public-webrtc@w3.org>
We won't break anything by changing the input argument name and I think
urls is better since it hints that it accepts more that one (compare
with WebSocket's protocols argument).
/Adam
On 2013-06-13 19:00, Justin Uberti wrote:
> Previously, the syntax was |url|, so if we want to keep the union, we
> should use |url| instead of |urls|. I'm fine either way.
>
>
> On Thu, Jun 13, 2013 at 2:17 AM, Adam Bergkvist
> <adam.bergkvist@ericsson.com <mailto:adam.bergkvist@ericsson.com>> wrote:
>
> On 2013-06-13 09:43, Harald Alvestrand wrote:
>
> I added this to the bug tracker. Adam, could you pick it up?
>
>
> Yes.
>
> We can use a union here to support the old syntax (or simpler syntax
> without needing the [] around a single url).
>
> dictionary RTCIceServer {
> (DOMString or sequence<DOMString>) urls;
>
>
>
Received on Friday, 14 June 2013 06:36:25 UTC