diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-08-02 08:03:33 +0200 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-08-10 08:49:23 +0200 |
commit | e27371519c9674e9891f8dbdf4413b98ab567026 (patch) | |
tree | 22f474faee86c007b52a74991e48cf31ef15d31b /README.md | |
parent | 10ce504e5defe8411f089c796dea370e9e14d014 (diff) | |
download | fengari-e27371519c9674e9891f8dbdf4413b98ab567026.tar.gz fengari-e27371519c9674e9891f8dbdf4413b98ab567026.tar.bz2 fengari-e27371519c9674e9891f8dbdf4413b98ab567026.zip |
LoadF is the same in the browser and in node
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |