Skip to content

Commit

Permalink
Makes slice argument of web_sys::AudioBuffer::copy_to_channel* non …
Browse files Browse the repository at this point in the history
…mutable (rustwasm#2434)
  • Loading branch information
kerskuchen committed Jan 26, 2021
1 parent b6355c2 commit 6ac30fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/webidl/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ lazy_static! {
"setBindGroup",
"writeBuffer",
"writeTexture",
// AudioBuffer
"copyToChannel"
// TODO: Add another type's functions here. Leave a comment header with the type name
]);
}

0 comments on commit 6ac30fa

Please sign in to comment.