diff options
| author | daurnimator <quae@daurnimator.com> | 2018-03-29 02:14:00 +1100 |
|---|---|---|
| committer | daurnimator <quae@daurnimator.com> | 2018-03-29 02:14:27 +1100 |
| commit | 43b1b5f68a4a01764f80f9f2eed3ec9dd7e48941 (patch) | |
| tree | f296618042da5ae4fc19748cd3478e84f015883d | |
| parent | c78cf51ce6fec99786399f2a55a4c930f692d9ce (diff) | |
| download | fengari-43b1b5f68a4a01764f80f9f2eed3ec9dd7e48941.tar.gz fengari-43b1b5f68a4a01764f80f9f2eed3ec9dd7e48941.tar.bz2 fengari-43b1b5f68a4a01764f80f9f2eed3ec9dd7e48941.zip | |
README.md: Add note about require being able to yield
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,6 +58,8 @@ The JS number type is always a double, and hence cannot accurately represent int In the browser `require` and `package.loadlib` try to find a file by making synchronous XHR requests. +`require` has been extended to allow searchers to yield. + ### _Missing_ features |
