Recent Docs Activity
View all activityPage | 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. |