Re: [WebIDL] overloading and fallback

Anne van Kesteren:
> In XMLHttpRequest in the send() method is overloaded to take a
> Document and a DOMString. All non-Document objects are treated with
> the semantics of DOMString. (Attempt to stringification etc.) Is there
> a way to specify this without explicit language in the specification?

I added [AllowAny] to support this:

  http://dev.w3.org/2006/webapi/WebIDL/#AllowAny

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Wednesday, 17 June 2009 06:29:05 UTC