getByte top-level property

Function getByte
getter/setter pair

Implementation

Function getByte = (dataView, offset) {
  return dataView.getUint8(offset);
};