summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 86d4e7d..1253cc9 100644
--- a/README.md
+++ b/README.md
@@ -1085,3 +1085,8 @@ When invoked with a second prototype argument, the given `proto` value is
set as prototype on the array or object in `val`.
Throws an exception if the given prototype value is not an object.
+
+#### 6.55. `sleep(milliseconds)`
+
+Pause execution for the given amount of milliseconds. Returns `false` if
+an invalid value was passed, otherwise `true`.