This repository was archived by the owner on Jul 13, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ The `Loader` and `ModuleNamespace` classes in `core/loader-polyfill.js` provide
59
59
- * ` loader.registry.get(resolvedKey) ` * : Get a module namespace (if any) from the registry.
60
60
- * ` loader.registry.has(resolvedKey) ` * : Boolean indicating whether the given key is present in the registry.
61
61
- * ` loader.registry.delete(resolvedKey) ` * : Removes the given module from the registry (if any), returning true or false.
62
- - * ` loader.registry.keys ` * : Function returning the keys iterator for the registry.
63
- - * ` loader.registry.values ` * : Function returning the values iterator for the registry.
64
- - * ` loader.registry.entries ` * : Function returning the entries iterator for the registry (keys and values).
62
+ - * ` loader.registry.keys() ` * : Function returning the keys iterator for the registry.
63
+ - * ` loader.registry.values() ` * : Function returning the values iterator for the registry.
64
+ - * ` loader.registry.entries() ` * : Function returning the entries iterator for the registry (keys and values).
65
65
- * ` loader.registry[Symbol.iterator] ` * : In supported environments, provides registry entries iteration.
66
66
67
67
Example of using the base loader API:
You can’t perform that action at this time.
0 commit comments