Last active
October 16, 2015 20:55
-
-
Save dherman/8f745609227b67902aad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %%RegistryPrototype%%[ @@iterator ] | |
| %%RegistryPrototype%%.get(key) -> RegistryEntry | |
| %%RegistryPrototype%%.set(key, module) | |
| %%RegistryPrototype%%.has(key) -> boolean | |
| %%RegistryPrototype%%.delete(key) | |
| get %%RegistryEntryPrototype%%.stage -> "fetch" or "translate" or "instantiate" or "satisfy" or "link" or "ready" | |
| get %%RegistryEntryPrototype%%.module -> module object or null | |
| %%RegistryEntryPrototype%%.load(stage) -> promise | |
| %%RegistryEntryPrototype%%.result(stage) -> promise or undefined | |
| %%RegistryEntryPrototype%%.resolve(stage, result) | |
| %%RegistryEntryPrototype%%.reject(stage, error) | |
| %%RegistryEntryPrototype%%.cancel(stage) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add
.result(stage)as part ofRegistryEntryPrototype