pub fn blob_call(
recv: &Value,
method: &str,
args: &[Value],
) -> Result<Value, String>Expand description
Blob/File instance methods. text/arrayBuffer/bytes return already-
resolved Promises (Node’s async accessors); slice returns a new Blob.
arrayBuffer/bytes resolve with a Buffer (this runtime’s byte container)
rather than a bare ArrayBuffer/Uint8Array.