UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

9 lines (8 loc) 157 B
/** @internal */ export declare enum RequestReadyStateType { Uninitialized = 0, Loading = 1, Loaded = 2, Interactive = 3, Complete = 4 }