On this page

Type:"__webpack_require__.amdD"

the AMD define function


Type:"__webpack_require__.amdO"

the AMD options


Type:"__webpack_require__.a"

Creates an async module. The body function must be a async function. "module.exports" will be decorated with an AsyncModulePromise. The body function will be called. To handle async dependencies correctly do this: "([a, b, c] = await handleDependencies([a, b, c]));". If "hasAwaitAfterDependencies" is truthy, "handleDependencies()" must be called at the end of the body function. Signature: function( module: Module, body: (handleDependencies: (deps: AsyncModulePromise[]) => Promise<any[]> & () => void, hasAwaitAfterDependencies?: boolean ) => void


Type:"__webpack_require__.aD"

The internal symbol that asyncModule is using.


Type:"__webpack_require__.aE"

The internal symbol that asyncModule is using.


Type:"__webpack_require__.b"

the baseURI of current document


Type:"webpackChunk"

global callback functions for installing chunks


Type:"__webpack_require__.cn"

the chunk name of the chunk with the runtime


Type:"__webpack_require__.n"

compatibility get default export


Type:"__webpack_require__.vs"

compile a wasm module from id and hash, returning WebAssembly.Module


Type:"__webpack_require__.t"

create a fake namespace object


Type:"__webpack_require__.ts"

function to promote a string to a TrustedScript using webpack's Trusted Types policy Arguments: (script: string) => TrustedScript


Type:"__webpack_require__.tu"

function to promote a string to a TrustedScriptURL using webpack's Trusted Types policy Arguments: (url: string) => TrustedScriptURL


Type:"__webpack_require__.is"

Type:"__webpack_require__.R"

The current scope when getting a module from a remote


Type:"__webpack_require__.zT"

resolve async transitive dependencies for deferred module


Type:"__webpack_require__.zS"

the internal symbol for getting the async transitive dependencies for deferred module


Type:"__webpack_require__.d"

the exported property define getters function


Type:"__webpack_require__.e"

the chunk ensure function


Type:"__webpack_require__.f"

an object with handlers to ensure a chunk


Type:"__webpack_require__.f (include entries)"

a runtime requirement if ensureChunkHandlers should include loading of chunk needed for entries


Type:"__webpack_require__.s"

the module id of the entry point


Type:"__webpack_esm_id__"

esm module id


Type:"__webpack_esm_ids__"

esm module ids


Type:"__webpack_esm_modules__"

esm modules


Type:"__webpack_esm_runtime__"

esm runtime


Type:"__webpack_exports__"

the internal exports object


Type:"__webpack_require__.C"

method to install a chunk that was loaded somehow Signature: (id, ids, modules, runtime) => void


Type:"__webpack_require__.k"

the filename of the css part of the chunk


Type:"__webpack_require__.u"

the filename of the script part of the chunk


Type:"__webpack_require__.hk"

the filename of the css part of the hot update chunk


Type:"__webpack_require__.hu"

the filename of the script part of the hot update chunk


Type:"__webpack_require__.h"

the webpack hash


Type:"__webpack_require__.tt"

function to return webpack's Trusted Types policy Arguments: () => TrustedTypePolicy


Type:"__webpack_require__.hmrF"

the filename of the HMR manifest


Type:"__webpack_require__.g"

the global object


Type:"__webpack_require__.hmd"

harmony module decorator


Type:"has css modules"

a flag when a module/chunk/tree has css modules


Type:"has fetch priority"

a flag when a chunk has a fetch priority


Type:"__webpack_require__.o"

the shorthand for Object.prototype.hasOwnProperty using of it decreases the compiled bundle size


Type:"__webpack_require__.hmrM"

function downloading the update manifest


Type:"__webpack_require__.hmrC"

array with handler functions to download chunk updates


Type:"__webpack_require__.hmrI"

array with handler functions when a module should be invalidated


Type:"__webpack_require__.hmrD"

object with all hmr module data for all modules


Type:"__webpack_require__.hmrS"

the prefix for storing state of runtime modules when hmr is enabled


Type:"__webpack_require__.I"

The sharing init sequence function (only runs once per share scope). Has one argument, the name of the share scope. Creates a share scope if not existing


Type:"__webpack_require__.v"

instantiate a wasm instance from module exports object, id, hash and importsObject


Type:"__webpack_require__.i"

interceptor for module executions


Type:"__webpack_require__.l"

function to load a script tag. Arguments: (url: string, done: (event) => void), key?: string | number, chunkId?: string | number) => void done function is called when loading has finished or timeout occurred. It will attach to existing script tags with data-webpack == uniqueName + ":" + key or src == url.


Type:"__webpack_require__.z"

make a deferred namespace object


Type:"__webpack_require__.r"

define compatibility on export


Type:"__webpack_require__.zO"

make a optimized deferred namespace object


Type:"module"

the internal module object


Type:"__webpack_require__.c"

the module cache


Type:"__webpack_require__.m"

the module functions


Type:"__webpack_require__.m (add only)"

the module functions, with only write access


Type:"module.id"

the internal module object


Type:"module.loaded"

the internal module object


Type:"__webpack_require__.nmd"

node.js module decorator


Type:"__webpack_require__.O"

register deferred code, which will run when certain chunks are loaded. Signature: (chunkIds: Id[], fn: () => any, priority: int >= 0 = 0) => any Returned value will be returned directly when all chunks are already loaded When (priority & 1) it will wait for all other handlers with lower priority to be executed before itself is executed


Type:"__webpack_require__.E"

the chunk prefetch function


Type:"__webpack_require__.F"

an object with handlers to prefetch a chunk


Type:"__webpack_require__.G"

the chunk preload function


Type:"__webpack_require__.H"

an object with handlers to preload a chunk


Type:"__webpack_require__.p"

the bundle public path


Type:"__webpack_require__.U"

a RelativeURL class when relative URLs are used


Type:"__webpack_require__"

the internal require function


Type:"__webpack_require__.*"

access to properties of the internal require function/object


Type:"return-exports-from-runtime"

runtime need to return the exports of the last entry module


Type:"__webpack_require__.j"

the runtime id of the current runtime


Type:"__webpack_require__.nc"

the script nonce


Type:"__webpack_require__.dn"

set .name to "default" for anonymous default exports per ES spec


Type:"__webpack_require__.S"

an object with all share scopes


Type:"__webpack_require__.x"

startup signal from runtime This will be called when the runtime chunk has been loaded.


Type:"__webpack_require__.X"

method to startup an entrypoint with needed chunks. Signature: (moduleId: Id, chunkIds: Id[]) => any. Returns the exports of the module or a Promise


Stability: 0Deprecated: creating a default startup function with the entry modules
Type:"__webpack_require__.x (no default handler)"

Describes how this item operation behaves.


Type:"__webpack_require__.x (only after)"

startup signal from runtime but only used to add logic after the startup


Type:"__webpack_require__.x (only before)"

startup signal from runtime but only used to add sync logic before the startup


Type:"__webpack_require__.System"

the System polyfill object


Type:"__webpack_require__.y"

the System.register context object


Type:"top-level-this-exports"

top-level this need to be the exports object


Type:"__webpack_require__.tb"

to binary helper, convert base64 to Uint8Array


Type:"__webpack_require__.oe"

the uncaught error handler for the webpack runtime


Type:"__webpack_require__.w"

an object containing all installed WebAssembly.Instance export objects keyed by module id