Safe Haskell | None |
---|---|
Language | Haskell2010 |
- newReadableStreamBYOBRequest :: (MonadDOM m, IsRawTypedArray view) => ReadableByteStreamController -> view -> m ReadableStreamBYOBRequest
- respond :: (MonadDOM m, ToJSVal bytesWritten) => ReadableStreamBYOBRequest -> Maybe bytesWritten -> m ()
- respondWithNewView :: (MonadDOM m, ToJSVal view) => ReadableStreamBYOBRequest -> Maybe view -> m ()
- getView :: MonadDOM m => ReadableStreamBYOBRequest -> m RawTypedArray
- newtype ReadableStreamBYOBRequest = ReadableStreamBYOBRequest {}
- gTypeReadableStreamBYOBRequest :: JSM GType
Documentation
newReadableStreamBYOBRequest :: (MonadDOM m, IsRawTypedArray view) => ReadableByteStreamController -> view -> m ReadableStreamBYOBRequest Source #
respond :: (MonadDOM m, ToJSVal bytesWritten) => ReadableStreamBYOBRequest -> Maybe bytesWritten -> m () Source #
respondWithNewView :: (MonadDOM m, ToJSVal view) => ReadableStreamBYOBRequest -> Maybe view -> m () Source #
getView :: MonadDOM m => ReadableStreamBYOBRequest -> m RawTypedArray Source #
newtype ReadableStreamBYOBRequest Source #
Functions for this inteface are in JSDOM.ReadableStreamBYOBRequest.