From 43b1b5f68a4a01764f80f9f2eed3ec9dd7e48941 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Thu, 29 Mar 2018 02:14:00 +1100 Subject: README.md: Add note about require being able to yield --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3-54-g00ecf