Interface ReadableStreamBYOBRequest


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

      • 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)