A description of the DittoProvider's loading state.

interface ProviderState {
    error: Error;
    loading: boolean;
}

Properties

Properties

error: Error

If there was an error loading the ditto.wasm file, the error will have an Error

loading: boolean

If the Provider is loading the ditto.wasm file.