Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

joemccourt

Member since
joemccourt

Recent Docs Activity

View all activity
Page Date Comment

DataView.prototype.getFloat64()


Example code previously would throw Uncaught RangeError because float64 needs 8 bytes and array buffer is set to 8 bytes so offset has to be zero to not go out of range.

DataView.prototype.setFloat64()


Example code previously would throw Uncaught RangeError because float64 needs 8 bytes and array buffer is set to 8 bytes so offset has to be zero to not go out of range.