Searched defs:sendChunk (Results 1 – 2 of 2) sorted by relevance
35 sendChunk: (chunk: Uint8Array) => Promise<void>; property70 async sendChunk(chunk: Uint8Array): Promise<void> { method in WebSerialTransport
20 sendChunk(chunk: Uint8Array): Promise<void>; method