- From: Jinho Bang <notifications@github.com>
- Date: Mon, 16 Apr 2018 11:19:38 -0700
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 16 April 2018 18:20:05 UTC
romandev commented on this pull request. > </p> + <ol class="algorithm"> + <li>Let <var>event</var> be this <a>CanMakePaymentEvent</a> + instance. + </li> + <li>If <var>event</var>'s <a>isTrusted</a> attribute is false, then + <a>throw</a> an "<a>InvalidStateError</a>" <a>DOMException</a>. I believe this is right. You may be confused with deprecated `InvalidAccessError`. Am I missing something? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/payment-handler/pull/296#discussion_r181837898
Received on Monday, 16 April 2018 18:20:05 UTC