new RuntimeSpecMap(clone?): voidclone{RuntimeSpecMap<T, R>} copy form this- Returns: {RuntimeSpecMap<T, R>}
Attributes
size:
<number>webpack.util.runtime.RuntimeSpecMap.delete(runtime): voidruntime{RuntimeSpec} the runtimes- Returns: {void}
webpack.util.runtime.RuntimeSpecMap.get(runtime): voidruntime{RuntimeSpec} the runtimes- Returns: {R} value
webpack.util.runtime.RuntimeSpecMap.has(runtime): voidruntime{RuntimeSpec} the runtimes- Returns:
<boolean>true, when the runtime is stored
webpack.util.runtime.RuntimeSpecMap.keys(): RuntimeSpec[]Returns:
{RuntimeSpec[]}
webpack.util.runtime.RuntimeSpecMap.provide(runtime, computer): voidruntime{RuntimeSpec} the runtimescomputer<object>function to compute the value- Returns: {R} the new value
webpack.util.runtime.RuntimeSpecMap.set(runtime, value): voidruntime{RuntimeSpec} the runtimesvalue{R} the value- Returns: {void}
webpack.util.runtime.RuntimeSpecMap.update(runtime, fn): voidruntime{RuntimeSpec} the runtimesfn<object>function to update the value- Returns: {void}
webpack.util.runtime.RuntimeSpecMap.values(): IterableIterator<R>Returns:
{IterableIterator
} values