[whatwg] EventSource: resolving URLs

Adam Barth w3c at adambarth.com
Fri Dec 3 00:10:12 PST 2010


First script is the most common thing to use to resolve relative URLs.
 Some APIs do it differently because, well, the web platform is
awesome.  I don't think there's any problem with using the interface's
document instead in this case.

Adam


On Thu, Dec 2, 2010 at 5:48 AM, Anne van Kesteren <annevk at opera.com> wrote:
> Per the EventSource specification URLs are resolved against the "first
> script". However, implementations -- Opera and Chrome -- appear to resolve
> URLs in the same way they are resolved for XMLHttpRequest. I.e. against the
> Document the interface object is associated with.
>
> That is why this testcase is failing:
>
> http://tc.labs.opera.com/apis/EventSource/eventsource-constructor-url-multi-window.htm
>
> It makes some sense to me to resolve URLs in the same way as XMLHttpRequest.
> Does "first script" really make sense here? I also wonder if "first script"
> is actually ever used for this. (Did not put time in investigating that for
> now.)
>
>
> --
> Anne van Kesteren
> http://annevankesteren.nl/
>



More information about the whatwg mailing list