method Deserializer.prototype.transferArrayBuffer
Usage in Deno
```typescript import { Deserializer } from "node:node__v8.d.ts"; ```
Deserializer.prototype.transferArrayBuffer(id: number,arrayBuffer: ArrayBuffer,): void
Marks an `ArrayBuffer` as having its contents transferred out of band.
Pass the corresponding `ArrayBuffer` in the serializing context to `serializer.transferArrayBuffer()` (or return the `id` from `serializer._getSharedArrayBufferId()` in the case of
`SharedArrayBuffer`s).
void