AsyncValue<VALUE_TYPE>Exported Bygoog.labs.userAgent.highEntropy.highEntropyValueAll Known Implementationsgoog.labs.userAgent.highEntropy.highEntropyValue.HighEntropyValueRepresents a value that can be asynchronously loaded. VIEW SOURCEInstance Methodsexpand_morethis.getIfLoaded() → voidGet the value represented by this AsyncValue instance, if it was previously requested. VIEW SOURCEexpand_morethis.load() → Promise<(VALUE_TYPE|null)>Request the value represented by this AsyncValue instance. ParametersNone.ReturnsPromise<(VALUE_TYPE|null)>VIEW SOURCE