From e27371519c9674e9891f8dbdf4413b98ab567026 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Wed, 2 Aug 2017 08:03:33 +0200 Subject: LoadF is the same in the browser and in node --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4ce66c7..78ed892 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To address that issue, Lua strings are represented by an array of bytes in Fenga ### `require` and `package.loadlib` -In the browser `require` and `package.loadlib` try to find a file by making XHR requests. +In the browser `require` and `package.loadlib` try to find a file by making synchronous XHR requests. ### _Missing_ features -- cgit v1.2.3-54-g00ecf