From f3687e76381bfd269748b0064b601b647cdb9cb7 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sat, 17 Feb 2018 11:43:46 +1100 Subject: README.md: Add __gc metamethods to unsupported list --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index fed507c..b145f68 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ In the browser `require` and `package.loadlib` try to find a file by making sync - `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) +- `__gc` metamethods ### _Differences_ -- cgit v1.2.3-54-g00ecf