Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2d35d028f88ec58d111ff842ab6396fa5cd52853
Choose a base ref
..
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3c3ba7091a5ac9e775dd0a638a3f44f3602c8c65
Choose a head ref
Showing with 3 additions and 0 deletions.
  1. +3 βˆ’0 doc/api/globals.md
3 changes: 3 additions & 0 deletions doc/api/globals.md
Original file line number Diff line number Diff line change
@@ -509,6 +509,8 @@ added: v0.1.27

<!-- type=global -->

> Stability: 3 - Legacy. Use [`globalThis`][] instead.
* {Object} The global namespace object.

In browsers, the top-level scope is the global scope. This means that
@@ -1028,6 +1030,7 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
[`console`]: console.md
[`exports`]: modules.md#exports
[`fetch()`]: https://developer.mozilla.org/en-US/docs/Web/API/fetch
[`globalThis`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis
[`module`]: modules.md#module
[`perf_hooks.performance`]: perf_hooks.md#perf_hooksperformance
[`process.nextTick()`]: process.md#processnexttickcallback-args