mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 14:27:36 +03:00
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
|
[Constructor]
|
||
|
interface ArrayBufferTest {
|
||
|
ArrayBuffer getBuffer();
|
||
|
void setBuffer(ArrayBuffer? b);
|
||
|
};
|