- From: François REMY <francois.remy.dev@outlook.com>
- Date: Thu, 5 Jan 2017 22:20:36 +0000
- To: Surma Surma <surma@google.com>, Ian Kilpatrick <ikilpatrick@chromium.org>, "public-houdini@w3.org" <public-houdini@w3.org>
>> I also believe the code forgot a bunch of “this.” for instance when calling resolve*() methods, or are those methods defined in the global scope? > > I stumbled over the same thing. According to the spec they are defined on the global scope, so the example code is correct. I am wondering if defining them on the base class would be more intuitive / idiomatic / portable. I tend to agree. Also allows to feature-detect more easily.
Received on Thursday, 5 January 2017 22:21:15 UTC