Whitelist send_with_u8_array slice (#2015)

* Whitelist send_with_u8_array slice

Fixes #2014

* Fix send slice

* Remove chromedriver comment

* Get slice tests running in CI
This commit is contained in:
Chinedu Francis Nwafili
2020-03-02 10:13:15 -05:00
committed by GitHub
parent 1e75e415b3
commit bab83a7ff4
3 changed files with 59 additions and 80 deletions

View File

@ -244,6 +244,8 @@ fn immutable_slice_whitelist() -> BTreeSet<&'static str> {
"clearBufferfv",
"clearBufferiv",
"clearBufferuiv",
// WebSocket
"send",
// TODO: Add another type's functions here. Leave a comment header with the type name
])
}