6 lines
106 B
Plaintext
Raw Permalink Normal View History

[Constructor]
interface ArrayBufferTest {
ArrayBuffer getBuffer();
void setBuffer(ArrayBuffer? b);
};