Skip to content

Commit 33fb9d4

Browse files
committed
Update todo.md
1 parent 317514d commit 33fb9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.work/todo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ We need to reframe value proposition into something more reliable, like fixing t
5757
- [x] #94 How to clear AudioContext?
5858
Answer: `await ctx.close()` closes and releases. `using ctx = new AudioContext()` auto-disposes.
5959
Action: close with answer, add to README FAQ.
60-
- [ ] #88 OfflineAudioContext for Tone.js
60+
- [x] #88 OfflineAudioContext for Tone.js
6161
Answer: `OfflineAudioContext` is fully implemented. `Tone.setContext(new AudioContext())` works.
6262
Action: close with answer + example.
6363
- [x] #72 Polyfill entry — `globalThis.AudioContext ??= (await import('web-audio-api')).AudioContext`

0 commit comments

Comments
 (0)