diff --git a/index.html b/index.html index 3310dece..ae243a5a 100644 --- a/index.html +++ b/index.html @@ -846,6 +846,7 @@

PaymentItem dictionary

PaymentAddress interface

+        [SecureContext]
         interface PaymentAddress {
           readonly attribute DOMString country;
           readonly attribute FrozenArray<DOMString> addressLine;
@@ -942,6 +943,7 @@ 

PaymentResponse interface

         enum PaymentComplete { "success", "fail", "" };
 
+        [SecureContext]
         interface PaymentResponse {
           readonly attribute DOMString methodName;
           readonly attribute object details;
@@ -1080,7 +1082,7 @@ 

Summary

PaymentRequestUpdateEvent

-[Constructor(DOMString type, optional PaymentRequestUpdateEventInit eventInitDict)]
+[Constructor(DOMString type, optional PaymentRequestUpdateEventInit eventInitDict),SecureContext]
 interface PaymentRequestUpdateEvent : Event {
   void updateWith(Promise<PaymentDetails> d);
 };