LookAroundReadyState
Values that indicate the state of the Look Around object in the browser.
Declaration
const LookAroundReadyState: Readonly<{
readonly Loading: "loading";
readonly Complete: "complete";
readonly Error: "error";
readonly Destroyed: "destroyed";
}>