IJSStreamReference Interface

Definition

Represents a reference to JavaScript data to be consumed through a Stream.

public interface IJSStreamReference : IAsyncDisposable
type IJSStreamReference = interface
    interface IAsyncDisposable
Public Interface IJSStreamReference
Implements IAsyncDisposable
Derived
Implements

Properties

Length

Length of the Stream provided by JavaScript.

Methods

OpenReadStreamAsync(Int64, CancellationToken)

Opens a Stream with the JSRuntime for the current data reference.

Applies to