streamDropReadable method

void streamDropReadable(
  1. Object? readable
)

Executes stream.drop-readable.

Implementation

void streamDropReadable(Object? readable) {
  _requireKind(WasmComponentCanonicalKind.streamDropReadable);
  _requireValueType().streamDropReadable(readable);
}