write method

void write(
  1. JSAny data
)

Writes data (a JS string or Uint8Array).

Implementation

external void write(JSAny data);