js-sys: Add extends attributes for js_sys::Uint8Array

This commit is contained in:
Sendil Kumar
2018-08-14 19:29:13 +02:00
parent f617dee794
commit ea0ac134db
2 changed files with 20 additions and 0 deletions

View File

@ -2539,6 +2539,7 @@ extern {
// Uint8Array
#[wasm_bindgen]
extern "C" {
#[wasm_bindgen(extends = Object)]
#[derive(Clone, Debug)]
pub type Uint8Array;