6 lines
106 B
Plaintext
Raw Normal View History

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