From d0bb497ba920e6fa60a36ab0c30df4cb0c86baef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Sat, 15 Sep 2018 19:34:27 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20Web=20IDL=20typo:=20bool=20=E2=86=92=20bo?= =?UTF-8?q?olean?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 780dd57..1b5ca74 100644 --- a/index.html +++ b/index.html @@ -1229,7 +1229,7 @@

readonly attribute object total; readonly attribute FrozenArray<PaymentDetailsModifier> modifiers; readonly attribute DOMString instrumentKey; - readonly attribute bool requestBillingAddress; + readonly attribute boolean requestBillingAddress; Promise<WindowClient?> openWindow(USVString url); Promise<PaymentMethodChangeResponse?> changePaymentMethod(DOMString methodName, optional object? methodDetails = null); void respondWith(Promise<PaymentHandlerResponse>handlerResponsePromise);