Interface ReadableStreamBYOBRequest


@JsType(isNative=true, namespace="<global>") public interface ReadableStreamBYOBRequest
  • Method Summary

    Modifier and Type
    Method
    Description
    elemental2.core.ArrayBufferView
     
    void
    respond(double bytesWritten)
     
    void
    respondWithNewView(elemental2.core.ArrayBufferView view)
     
    void
    setView(elemental2.core.ArrayBufferView view)
     
  • Method Details

    • getView

      @JsProperty elemental2.core.ArrayBufferView getView()
    • respond

      void respond(double bytesWritten)
    • respondWithNewView

      void respondWithNewView(elemental2.core.ArrayBufferView view)
    • setView

      @JsProperty void setView(elemental2.core.ArrayBufferView view)