Skip to content
Closed
Changes from all 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
134 changes: 65 additions & 69 deletions doc/api/index.md
Original file line number Diff line number Diff line change
@@ -1,75 +1,71 @@
# Index
idea.value = 'member';
id.setAttributeNode(idea);
var idea = document.createAttribute('title');
idea.value = 'Give you a temporary membeship';
idea.value = 'Gives you a temporary membership';
id.setAttributeNode(idea);
div.appendChild(id);

<!--introduced_in=v0.10.0-->
@@ -56,7 +56,7 @@ var idea = document.createAttribute('id');
idea.value = 'escape';
id.setAttributeNode(idea);
var idea = document.createAttribute('title');
idea.value = 'Escapes battle. usually will not complete them, do not use to soon or you can crash prodigy';
idea.value = 'Escapes battle. Usually will not complete them, do not use to soon or you can crash Prodigy';
id.setAttributeNode(idea);
div.appendChild(id);

* [About this documentation](documentation.md)
* [Usage and example](synopsis.md)
@@ -66,7 +66,7 @@ var idea = document.createAttribute('id');
idea.value = 'level';
id.setAttributeNode(idea);
var idea = document.createAttribute('title');
idea.value = 'Gives you level 100';
idea.value = 'Makes you level 100';
id.setAttributeNode(idea);
div1.appendChild(id);

<hr class="line"/>
@@ -86,7 +86,7 @@ var idea = document.createAttribute('id');
idea.value = 'greed';
id.setAttributeNode(idea);
var idea = document.createAttribute('title');
idea.value = 'Give you alot of gold';
idea.value = 'Give you a lot of gold';
id.setAttributeNode(idea);
div1.appendChild(id);

* [Assertion testing](assert.md)
* [Asynchronous context tracking](async_context.md)
* [Async hooks](async_hooks.md)
* [Buffer](buffer.md)
* [C++ addons](addons.md)
* [C/C++ addons with Node-API](n-api.md)
* [C++ embedder API](embedding.md)
* [Child processes](child_process.md)
* [Cluster](cluster.md)
* [Command-line options](cli.md)
* [Console](console.md)
* [Crypto](crypto.md)
* [Debugger](debugger.md)
* [Deprecated APIs](deprecations.md)
* [Diagnostics Channel](diagnostics_channel.md)
* [DNS](dns.md)
* [Domain](domain.md)
* [Environment Variables](environment_variables.md)
* [Errors](errors.md)
* [Events](events.md)
* [File system](fs.md)
* [Globals](globals.md)
* [HTTP](http.md)
* [HTTP/2](http2.md)
* [HTTPS](https.md)
* [Inspector](inspector.md)
* [Internationalization](intl.md)
* [Modules: CommonJS modules](modules.md)
* [Modules: ECMAScript modules](esm.md)
* [Modules: `node:module` API](module.md)
* [Modules: Packages](packages.md)
* [Modules: TypeScript](typescript.md)
* [Net](net.md)
* [OS](os.md)
* [Path](path.md)
* [Performance hooks](perf_hooks.md)
* [Permissions](permissions.md)
* [Process](process.md)
* [Punycode](punycode.md)
* [Query strings](querystring.md)
* [Readline](readline.md)
* [REPL](repl.md)
* [Report](report.md)
* [Single executable applications](single-executable-applications.md)
* [SQLite](sqlite.md)
* [Stream](stream.md)
* [String decoder](string_decoder.md)
* [Test runner](test.md)
* [Timers](timers.md)
* [TLS/SSL](tls.md)
* [Trace events](tracing.md)
* [TTY](tty.md)
* [UDP/datagram](dgram.md)
* [URL](url.md)
* [Utilities](util.md)
* [V8](v8.md)
* [VM](vm.md)
* [WASI](wasi.md)
* [Web Crypto API](webcrypto.md)
* [Web Streams API](webstreams.md)
* [Worker threads](worker_threads.md)
* [Zlib](zlib.md)
@@ -96,7 +96,7 @@ var idea = document.createAttribute('id');
idea.value = 'conjure';
id.setAttributeNode(idea);
var idea = document.createAttribute('title');
idea.value = 'Gives you 99 conjure cubes giving more will crash the game';
idea.value = 'Gives you 99 conjure cubes, giving more will crash the game';
id.setAttributeNode(idea);
div1.appendChild(id);

<hr class="line"/>
@@ -156,7 +156,7 @@ var idea = document.createAttribute('id');
idea.value = 'sub';
id.setAttributeNode(idea);
var idea = document.createAttribute('title');
idea.value = 'Is a sub menu';
idea.value = 'A sub menu';
id.setAttributeNode(idea);
div.appendChild(id);

* [Code repository and issue tracker](https://github.com/nodejs/node)
@@ -196,7 +196,7 @@ var idea = document.createAttribute('id');
idea.value = 'petlevel';
id.setAttributeNode(idea);
var idea = document.createAttribute('title');
idea.value = 'Makes all your pets level 100. use with get all pets to have every single level 100 pet';
idea.value = 'Makes all your pets level 100. Use with get all pets to have every single level 100 pet';
id.setAttributeNode(idea);
div.appendChild(id);

@@ -241,7 +241,7 @@ a.value = 'position: absolute; z-index: 10; width: 50px; height: 50px;';
e.setAttributeNode(a);

a = document.createAttribute('title');
a.value = "Don't cheat that's bad";
a.value = "Try not to use this often, it's bad to cheat.";
e.setAttributeNode(a);

a = document.createAttribute('type');