Commit 69c40d2
committed
Fix decodeAudioData algorithm logic
Per WG resolution 2025-05-15:
- Step 3 condition now correctly says "is not detached" instead of
"is detached"
- Step 3.2 now correctly jumps to step 4.1 (error handling) if the
ArrayBuffer detach operation throws
Also fixed "this operations" -> "this operation" typo.
This fixes #2637 and fixes #2646.1 parent 4b11c58 commit 69c40d2
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1237 | 1237 | | |
1238 | 1238 | | |
1239 | 1239 | | |
1240 | | - | |
1241 | | - | |
| 1240 | + | |
| 1241 | + | |
1242 | 1242 | | |
1243 | 1243 | | |
1244 | 1244 | | |
1245 | 1245 | | |
1246 | 1246 | | |
1247 | | - | |
| 1247 | + | |
1248 | 1248 | | |
1249 | 1249 | | |
1250 | 1250 | | |
| |||
0 commit comments