aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-03-29 02:14:00 +1100
committerdaurnimator <quae@daurnimator.com>2018-03-29 02:14:27 +1100
commit43b1b5f68a4a01764f80f9f2eed3ec9dd7e48941 (patch)
treef296618042da5ae4fc19748cd3478e84f015883d /README.md
parentc78cf51ce6fec99786399f2a55a4c930f692d9ce (diff)
downloadfengari-43b1b5f68a4a01764f80f9f2eed3ec9dd7e48941.tar.gz
fengari-43b1b5f68a4a01764f80f9f2eed3ec9dd7e48941.tar.bz2
fengari-43b1b5f68a4a01764f80f9f2eed3ec9dd7e48941.zip
README.md: Add note about require being able to yield
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3acdadd..cd084ad 100644
--- a/README.md
+++ b/README.md
@@ -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