diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-08-09 08:44:52 +0200 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-08-10 09:10:10 +0200 |
commit | 7729b811e5d0523b3ad613284c8674876f0d8321 (patch) | |
tree | 78417d69381405a9a9cd1c0c03363f2137c9b803 /README.md | |
parent | 976ddcc997f1bc299c2e1e2b23b4ff79e7bbfcb3 (diff) | |
download | fengari-7729b811e5d0523b3ad613284c8674876f0d8321.tar.gz fengari-7729b811e5d0523b3ad613284c8674876f0d8321.tar.bz2 fengari-7729b811e5d0523b3ad613284c8674876f0d8321.zip |
loadfile and dofile are available in the browser
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -30,11 +30,6 @@ In the browser `require` and `package.loadlib` try to find a file by making sync - `lua_gc`/`collectgarbage`: Fengari relies on the JS garbage collector and does not implement its own. - The following functions are only available in Node: - - `luaL_dofile` - - `luaL_loadfilex` - - `luaL_loadfile` - - `loadfile` - - `dofile` - The entire `io` lib - `os.remove` - `os.rename` |