Skip to content

Commit

Permalink
Whitelist send_with_u8_array slice
Browse files Browse the repository at this point in the history
  • Loading branch information
chinedufn committed Feb 27, 2020
1 parent fb51d90 commit 7810b73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/webidl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ fn immutable_slice_whitelist() -> BTreeSet<&'static str> {
"clearBufferfv",
"clearBufferiv",
"clearBufferuiv",
// WebSocket
"send_with_u8_array",
// TODO: Add another type's functions here. Leave a comment header with the type name
])
}
Expand Down

0 comments on commit 7810b73

Please sign in to comment.