Re: [w3c/browser-payment-api] Cater for platform-specific limitations (#540)

zcorpan commented on this pull request.



> @@ -2904,6 +2904,16 @@
         result that would be obtained by the specification's algorithms.
       </p>
       <p>
+        User agents impose implementation-specific limits on otherwise
+        unconstrained inputs, e.g., to prevent denial of service attacks, to
+        guard against running out of memory, or to work around
+        platform-specific limitations. When an input exceeds
+        implementation-specific limit, the user agent MUST throw, or, in the
+        context of a promise, reject with, a <a>TypeError</a> optionally
+        informing the developer of how a particular input exceeded a

s/a/an/

-- 
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/browser-payment-api/pull/540#pullrequestreview-40910641

Received on Tuesday, 30 May 2017 10:40:15 UTC