UNPKG

@doc.e.dub/csound-browser

Version:

[![npm (scoped with tag)](https://shields.shivering-isles.com/npm/v/@csound/browser/latest)](https://www.npmjs.com/package/@csound/browser) [![GitHub Workflow Status](https://shields.shivering-isles.com/github/workflow/status/csound/csound/csound_wasm)](h

10 lines (8 loc) 368 B
export function MessagePortState() {} MessagePortState.prototype.ready = 0; MessagePortState.prototype.port = undefined; MessagePortState.prototype.post = () => {}; MessagePortState.prototype.broadcastPlayState = () => {}; MessagePortState.prototype.workerState = undefined; MessagePortState.prototype.vanillaWorkerState = undefined; export default MessagePortState;