We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da6ee2 commit 13ad452Copy full SHA for 13ad452
README.md
@@ -122,7 +122,6 @@ It implements the following TypeScript interface.
122
```typescript
123
interface IOfflineAudioContext extends EventTarget {
124
readonly audioWorklet?: IAudioWorklet;
125
- readonly baseLatency: number;
126
readonly currentTime: number;
127
readonly destination: IAudioDestinationNode<IOfflineAudioContext>;
128
readonly length: number;
0 commit comments