diff --git a/index.html b/index.html index 493c95c2..aede2cd6 100644 --- a/index.html +++ b/index.html @@ -229,11 +229,6 @@
- The [SecureContext]
extended attribute means that
- the PaymentRequest is only exposed within a secure
- context and won't be accessible elsewhere.
-
The following example shows how to construct a PaymentRequest and begin the user interaction: @@ -1376,8 +1371,8 @@
TypeError
, JSON.stringify, and
- JSON.parse are defined by [[!ECMA-262-2015]].
+ The terms Promise, internal
+ slot,
+ TypeError
, and JSON.stringify
are
+ defined by [[!ECMA-262-2015]].
The term JSON-serialize @@ -2485,27 +2482,24 @@
- The term extended attribute is defined by [[!WEBIDL-2]]. -
-- The algorithm for converting an - ECMAScript value to a dictionary and for converting a - dictionary to an ECMAScript value is defined by - [[!WEBIDL-2]]. + The algorithm for converting an ECMAScript value to a dictionary + is defined by [[!WEBIDL-LS]].
DOMException
and the
- following DOMException types from [[!WEBIDL-2]] are used:
+ "!WEBIDL-LS#dfn-DOMException">DOMException and the
+ following DOMException types from [[!WEBIDL-LS]] are used:
AbortError
+ "!WEBIDL-LS#aborterror">AbortError
|
The payment request was aborted
@@ -2528,7 +2522,7 @@
|
InvalidStateError
+ "!WEBIDL-LS#invalidstateerror">InvalidStateError
The object is in an invalid state
@@ -2537,7 +2531,7 @@ |
|
NotSupportedError
+ "!WEBIDL-LS#notsupportederror">NotSupportedError
The payment method was not supported
@@ -2546,7 +2540,7 @@ |
|
QuotaExceededError
+ "!WEBIDL-LS#quotaexceedederror">QuotaExceededError
The canMakePayment() method was called too often
@@ -2556,7 +2550,7 @@ |
|
SecurityError
+ "!WEBIDL-LS#securityerror">SecurityError
The operation is only supported in a secure context
@@ -2564,13 +2558,6 @@ | |