From f085bd3eaf032e03551f3da17e125515e24f4931 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Thu, 8 Jun 2017 12:28:54 +1000 Subject: [PATCH] Remove dispatch flag check on .updateWith() Closes #544. --- index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.html b/index.html index f8c38199..40bd7b0a 100644 --- a/index.html +++ b/index.html @@ -2090,9 +2090,6 @@

  • If request is not a PaymentRequest object, then throw a TypeError.
  • -
  • If the dispatch flag is unset, then throw an - "InvalidStateError" DOMException. -
  • If event.[[\waitForUpdate]] is true, then throw an "InvalidStateError" DOMException.