Re: [w3c/browser-payment-api] Why is details.total.amount.value not a number? (#301)

You must specify maximum and minimum values for any number represented as a string anyways.  You'll wind up with people converting it to potentially incompatible number formats like 32 bit floats.  And other people dragging in unnecessary bignum packages.  If one corrects this underspecification, then you might as well use a 64 bit float with a fixed exponent here.  

-- 
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/issues/301#issuecomment-260645532

Received on Tuesday, 15 November 2016 13:49:41 UTC