History of DataView.prototype.setFloat64() Revision history for: English (US) Oct 23, 2016, 4:13:52 PM joemccourt 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. Previous Aug 30, 2016, 7:21:00 AM ibratoev Previous Aug 15, 2016, 4:12:20 AM eduardoboucas Add "Return value" section as per Bug 1287421 Previous Dec 26, 2015, 10:36:27 AM fscholz add ES draft Previous Jul 2, 2015, 2:49:51 PM fscholz fix compat parsing error; cleanup Previous Jan 26, 2015, 10:11:51 PM yaram Previous Jan 26, 2015, 10:11:13 PM yaram Sep 5, 2014, 7:16:18 AM fscholz