Reads any accepted source into bytes.
A caller should never have to reach for a Response.arrayBuffer() or drain a stream themselves to hand this library an image; every shape a Worker is likely to be holding one in is accepted.
Response.arrayBuffer()
The image or blob.
Its bytes.
Reads any accepted source into bytes.
A caller should never have to reach for a
Response.arrayBuffer()or drain a stream themselves to hand this library an image; every shape a Worker is likely to be holding one in is accepted.