()
| 123 | } |
| 124 | |
| 125 | private ensureNotClosed() { |
| 126 | if (this.closed) { |
| 127 | throw new DOMException('AudioData is closed.', 'InvalidStateError'); |
| 128 | } |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Returns the number of bytes needed to hold a copy of the audio data. |
no outgoing calls
no test coverage detected