On this page

new RuntimeSpecMap(clone?): void
  • clone {RuntimeSpecMap<T, R>} copy form this
  • Returns: {RuntimeSpecMap<T, R>}
Attributes
webpack.util.runtime.RuntimeSpecMap.delete(runtime): void
  • runtime {RuntimeSpec} the runtimes
  • Returns: {void}

webpack.util.runtime.RuntimeSpecMap.get(runtime): void
  • runtime {RuntimeSpec} the runtimes
  • Returns: {R} value

webpack.util.runtime.RuntimeSpecMap.has(runtime): void
  • runtime {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): void
  • runtime {RuntimeSpec} the runtimes
  • computer <object> function to compute the value
  • Returns: {R} the new value

webpack.util.runtime.RuntimeSpecMap.set(runtime, value): void
  • runtime {RuntimeSpec} the runtimes
  • value {R} the value
  • Returns: {void}

webpack.util.runtime.RuntimeSpecMap.update(runtime, fn): void
  • runtime {RuntimeSpec} the runtimes
  • fn <object> function to update the value
  • Returns: {void}

webpack.util.runtime.RuntimeSpecMap.values(): IterableIterator<R>
Returns:
{IterableIterator } values