MCPcopy Create free account
hub / github.com/FutureSDR/FutureSDR /

Class

examples/rattlegram/assets/decoder-node.js:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export default class DecoderNode extends AudioWorkletNode {
2 init(wasmBytes, messageSetter) {
3 this.messageSetter = messageSetter;
4 this.port.onmessage = (event) => this.onmessage(event.data);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected