pub fn dataview_call(
recv: &Value,
method: &str,
args: &[Value],
) -> Result<Value, String>Expand description
dv.getUint16(off[, littleEndian]) and its siblings. A DataView defaults
to BIG-endian, unlike a typed array, which is the whole reason it exists.