Re: [whatwg] Specify Location.ancestorOrigins

On Thu, Dec 12, 2013 at 1:28 PM, Philip Jägenstedt <philipj@opera.com> wrote:
> https://bugs.webkit.org/show_bug.cgi?id=83493
>
> It looks like this fell off the radar, because I can't find it in any
> spec. The reason I noticed is that it's implemented using
> DOMStringList in Blink, an interface which I also can't find a spec
> for...

Regarding DOMStringList, my proposal has been to drop it in favor of
the solution described here:

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23682

I.e. in this case you'd return a frozen JS Array containing normal JS strings.

/ Jonas

Received on Thursday, 12 December 2013 22:02:55 UTC