- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 8431 - 8440 of about 10,000 for filetype:html (0.2 sec)
-
export - JavaScript | MDN
The export declaration is used to export values from a JavaScript module. Exported values can then be imported into other programs with the import declaration or dynamic import. The value of an imported binding is subject to change in the module that exports it โ when a module updates the value of a binding that it exports, the update will be visible in its imported value.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/exportRegistered: Mon May 19 00:57:22 UTC 2025 - Last Modified: Sat May 17 00:49:56 UTC 2025 - 172.8K bytes - Viewed (0) -
extends - JavaScript | MDN
The extends keyword is used in class declarations or class expressions to create a class that is a child of another class.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/extendsRegistered: Mon May 19 00:57:27 UTC 2025 - Last Modified: Sat May 17 00:49:35 UTC 2025 - 190.7K bytes - Viewed (0) -
Cell in std::cell - Rust
A mutable memory location.doc.rust-lang.org/std/cell/struct.Cell.htmlRegistered: Mon May 19 00:56:36 UTC 2025 - Last Modified: Thu May 15 17:17:40 UTC 2025 - 71.4K bytes - Viewed (0) -
Mutex in std::sync - Rust
A mutual exclusion primitive useful for protecting shared datadoc.rust-lang.org/std/sync/struct.Mutex.html Similar Results (1)Registered: Mon May 19 00:56:40 UTC 2025 - Last Modified: Thu May 15 17:17:51 UTC 2025 - 64.1K bytes - Viewed (0) -
mode - SVG: Scalable Vector Graphics | MDN
developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/modeRegistered: Mon May 19 00:57:35 UTC 2025 - Last Modified: Sat May 17 00:50:02 UTC 2025 - 109.9K bytes - Viewed (0) -
fn - Rust
Function pointers, like `fn(usize) -> bool`.doc.rust-lang.org/std/primitive.fn.htmlRegistered: Mon May 19 00:57:39 UTC 2025 - Last Modified: Thu May 15 17:17:48 UTC 2025 - 65.1K bytes - Viewed (0) -
preserveAlpha - SVG: Scalable Vector Graphics |...
developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/preserveAlphaRegistered: Mon May 19 00:57:46 UTC 2025 - Last Modified: Sat May 17 00:50:03 UTC 2025 - 110.6K bytes - Viewed (0) -
JavaScript error reference - JavaScript | MDN
Below, you'll find a list of errors which are thrown by JavaScript. These errors can be a helpful debugging aid, but the reported problem isn't always immediately clear. The pages below will provide additional details about these errors. Each error is an object based upon the Error object, and has a name and a message.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/ErrorsRegistered: Mon May 19 00:57:52 UTC 2025 - Last Modified: Sat May 17 00:49:36 UTC 2025 - 174.2K bytes - Viewed (0) -
std::slice - Rust
Utilities for the slice primitive type.doc.rust-lang.org/std/slice/index.htmlRegistered: Mon May 19 00:55:57 UTC 2025 - Last Modified: Thu May 15 17:17:50 UTC 2025 - 13.9K bytes - Viewed (0) -
new - JavaScript | MDN
The new operator lets developers create an instance of a user-defined object type or of one of the built-in object types that has a constructor function.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/newRegistered: Mon May 19 00:55:59 UTC 2025 - Last Modified: Sat May 17 00:49:55 UTC 2025 - 167.5K bytes - Viewed (0)