From 7729b811e5d0523b3ad613284c8674876f0d8321 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Wed, 9 Aug 2017 08:44:52 +0200 Subject: loadfile and dofile are available in the browser --- README.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 78ed892..ee6880f 100644 --- a/README.md +++ b/README.md @@ -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` -- cgit v1.2.3-54-g00ecf