- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 18 Feb 2016 15:04:20 -0800
- To: WICG/paymentrequest <paymentrequest@noreply.github.com>
Received on Thursday, 18 February 2016 23:04:48 UTC
- DOM4 contains an out of date definition of EventTarget and event dispatch, and defines DOMException types when really this is the responsibility of Web IDL. Use https://dom.spec.whatwg.org/ instead. - ECMA-262 has evolved significantly since the 2015 edition, including the definition of TypeError and some changes to how promises work. Use https://tc39.github.io/ecma262/ instead. - Web IDL (note: not WebIDL) is now where exceptions are defined. Use https://heycam.github.io/webidl/ instead. - HTML5 has changed its definitions of browsing contexts and no longer defines the term "global object" in the way you use it here. Use http://html.spec.whatwg.org/ instead and be sure to use settings objects instead of global objects. (See next point.) - The Privileged Contexts spec has been renamed Secure Contexts and operates on settings objects instead of global objects. Use https://w3c.github.io/webappsec-secure-contexts/ instead. --- Reply to this email directly or view it on GitHub: https://github.com/WICG/paymentrequest/issues/57
Received on Thursday, 18 February 2016 23:04:48 UTC