Re: [presentation-api] PresentationRequest constructor uses entry settings object, but it probably shouldn't

You want current settings object here. Quoting from the link in the 
OP,

> In general, web platform specifications should use the relevant 
concept, applied to the object being operated on (usually the this 
value of the current method). This mismatches the JavaScript 
specification, where current is generally used as the default (e.g. in
 determining the JavaScript realm whose Array constructor should be 
used to construct the result in Array.prototype.map). But this 
inconsistency is so embedded in the platform that we have to accept it
 going forward.
>
> **Note that in constructors, where there is no this value yet, the 
current concept is the appropriate default.**

-- 
GitHub Notification of comment by domenic
Please view or discuss this issue at 
https://github.com/w3c/presentation-api/issues/336#issuecomment-249755585
 using your GitHub account

Received on Tuesday, 27 September 2016 03:13:09 UTC