aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/man/javascript.rst
diff options
context:
space:
mode:
authorGravatar TheAMM <the.actual.amm@gmail.com>2017-12-16 10:18:20 +0200
committerGravatar Kevin Mitchell <kevmitch@gmail.com>2017-12-16 02:25:24 -0800
commit3c4667c862dba05d89d0fd24a198bb49c8c47cb8 (patch)
tree1d272f73d4a86487b87114eb7dc1e3ad010bbfeb /DOCS/man/javascript.rst
parent1afdeee1ad8bca1c703e741002fa3b882d162968 (diff)
js: implement mp.msg.trace()
To match the new Lua helper introduced in 1afdeee1ad8bca1c703e741002fa3b882d162968 Add documentation for both.
Diffstat (limited to 'DOCS/man/javascript.rst')
-rw-r--r--DOCS/man/javascript.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/man/javascript.rst b/DOCS/man/javascript.rst
index 419f473e2c..2ebdb15896 100644
--- a/DOCS/man/javascript.rst
+++ b/DOCS/man/javascript.rst
@@ -164,6 +164,8 @@ Otherwise, where the Lua APIs return ``nil`` on error, JS returns ``undefined``.
``mp.msg.debug(...)``
+``mp.msg.trace(...)``
+
``mp.utils.getcwd()`` (LE)
``mp.utils.readdir(path [, filter])`` (LE)