Re: [heycam/webidl] What about i64? (#586)

> However, i64 is missing the Int64Array, Uint64Array and DataView.setInt64, DataView.setUint64 counterparts

This isn't really directly related to Web IDL.   Those object types and methods are missing from the ES spec, and WebIDL just refers to the ES spec for typed array bits.

> I see that JavaScript's Number.MAX_SAFE_INTEGER is less than 2^64, is that the "reason"?

For the features not being in ES, I believe that is correct.  In any case, this is a question for TC39, not Web IDL.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/586#issuecomment-425076170

Received on Thursday, 27 September 2018 12:43:33 UTC