Skip to content
Closed
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@ added: v0.1.103

Used to handle binary data. See the [buffer section][].

## Class: WebAssembly
<!-- YAML
added: v8.0.0
-->

<!-- type=global -->

* {Object}

The object that acts as the namespace for all W3C
[WebAssembly][webassembly-org] related functionality. See the
[Mozilla Developer Network][webassembly-mdn] for usage and compatibility.

## \_\_dirname

This variable may appear to be global but is not. See [`__dirname`].
Expand Down Expand Up @@ -235,4 +248,6 @@ The WHATWG `URLSearchParams` class. See the [`URLSearchParams`][] section.
[buffer section]: buffer.html
[built-in objects]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects
[module system documentation]: modules.html
[webassembly-mdn]: https://developer.mozilla.org/en-US/docs/WebAssembly
Comment thread
styfle marked this conversation as resolved.
[webassembly-org]: https://webassembly.org
[timers]: timers.html