diff options
author | daurnimator <quae@daurnimator.com> | 2017-12-28 19:49:36 +1100 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-12-28 20:25:17 +1100 |
commit | ab1881cd9f2746ad8e75ba573be34041f95ab5a6 (patch) | |
tree | eeb0e2a676e4fd36615ec6c59a7de4ea1b8b9970 /README.md | |
parent | ab70a8709c6af43311ab716d24f503e3ac2fe37e (diff) | |
download | fengari-ab1881cd9f2746ad8e75ba573be34041f95ab5a6.tar.gz fengari-ab1881cd9f2746ad8e75ba573be34041f95ab5a6.tar.bz2 fengari-ab1881cd9f2746ad8e75ba573be34041f95ab5a6.zip |
src/ldblib.js: Use window.prompt to get input in browser
Doesn't work in web workers
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ In the browser `require` and `package.loadlib` try to find a file by making sync - `os.rename` - `os.tmpname` - `os.execute` +- `debug.debug()` doesn't work from web workers due to lack of a method to get synchronous user input - [Weak tables](http://www.lua.org/manual/5.3/manual.html#2.5.2) |