Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
doc: remove class prefix from WebAssembly
  • Loading branch information
styfle authored Oct 9, 2018
commit 9a3f4a6c2e83eaa34c45e42329f9de56a6c99326
26 changes: 13 additions & 13 deletions doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,6 @@ 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 @@ -228,6 +215,19 @@ added: v10.0.0

The WHATWG `URLSearchParams` class. See the [`URLSearchParams`][] section.

## 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`]: modules.html#modules_dirname
[`__filename`]: modules.html#modules_filename
[`clearImmediate`]: timers.html#timers_clearimmediate_immediate
Expand Down