Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AsyncModuleLoadMode

The load mode of an asynchronous module.

Index

Enumeration members

Enumeration members

DisableCache

DisableCache: = "disableCache"

Disables cache, which implies that the module is downloaded from the Internet every time.

StoreAsBase64

StoreAsBase64: = "storeAsBase64"

Caches the module in indexDB in base64 string form.

StoreAsBlob

StoreAsBlob: = "storeAsBlob"

Caches the module in indexDB in blob form.