PresentationRequest constructor uses entry settings object, but it probably shouldn't #336
Comments
anssiko
added the
v1
label
Sep 7, 2016
|
PROPOSED RESOLUTION: For #336, examine how other specs have been updated to use the settings object and update our spec to match. |
domenic
commented
Sep 27, 2016
|
You want current settings object here. Quoting from the link in the OP,
|
|
OK. What is the relationship between the current settings object and the environment settings object for a given function invocation in a document? The settings object properties needed to implement the algorithms (API base URL and https state) are defined on the latter, not the former. |
domenic
commented
Sep 29, 2016
•
|
"the environment settings object for a given function invocation in a document?" This concept does not exist. Function invocations are not spec objects which can have environment settings objects belonging to them. |
smaug---- commentedSep 1, 2016
See https://html.spec.whatwg.org/multipage/webappapis.html#realms-settings-objects-global-objects
"The incumbent and entry concepts should not be used by new specifications, as they are excessively complicated and unintuitive to work with."