@php-wasm/universalFunctionsportToStreamportToStream CallableportToStream(port: MessagePort): ReadableStream<Uint8Array>Reconstructs a ReadableStream from a MessagePort using the inverse of the streamToPort protocol. Each message enqueues data, closes, or errors.Parametersport: MessagePortReturns ReadableStream<Uint8Array>
Reconstructs a ReadableStream from a MessagePort using the inverse of the streamToPort protocol. Each message enqueues data, closes, or errors.