Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Async resource loading, exception handling fixes | bptato | 2023-05-14 | 1 | -0/+19 |
| | |||||
* | promise: set get, cb, next to nil after then is called | bptato | 2023-01-04 | 1 | -7/+5 |
| | | | | | | Actually we don't even need a state variable, just set cb to nil when resolving. (I'm sure this is a great idea that will absolutely not backfire in the future.) | ||||
* | Add promise support to JS | bptato | 2022-12-31 | 1 | -0/+107 |