- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 111 - 120 of 3,166 for host:developer.mozilla.org (0.02 sec)
-
contributors.txt
# Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/global_objects/function/tostring/index.md # Original Wiki contributors mfuji09 chri...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/toString/contri...Registered: Wed Sep 03 01:30:51 UTC 2025 - Last Modified: Tue Aug 19 16:04:15 UTC 2025 - 446 bytes - Viewed (0) -
SyntaxError: property name __proto__ appears mo...
The JavaScript exception "property name __proto__ appears more than once in object literal" occurs when an object literal contains multiple occurrences of the __proto__ field, which is used to set the prototype of this new object.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Duplicate_protoRegistered: Wed Sep 03 00:56:18 UTC 2025 - Last Modified: Wed Sep 03 00:47:16 UTC 2025 - 215.5K bytes - Viewed (0) -
media
The media attribute specifies a media query that must be matched for a style sheet to apply.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/mediaRegistered: Wed Sep 03 00:56:22 UTC 2025 - Last Modified: Wed Sep 03 00:47:40 UTC 2025 - 202.3K bytes - Viewed (0) -
Unsigned right shift (>>>)
The unsigned right shift (>>>) operator returns a number whose binary representation is the first operand shifted by the specified number of bits to the right. Excess bits shifted off to the right are discarded, and zero bits are shifted in from the left. This operation is also called "zero-filling right shift", because the sign bit becomes 0, so the resulting number is always positive. Unsigned right shift does not accept BigInt values.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Unsigned_right_shiftRegistered: Wed Sep 03 00:56:56 UTC 2025 - Last Modified: Wed Sep 03 00:47:34 UTC 2025 - 226.8K bytes - Viewed (0) -
SVG attribute: crossorigin
The crossorigin attribute, valid on the <image> and <feImage> elements, provides support for configuration of the Cross-Origin Resource Sharing (CORS) requests for the element's fetched data.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/crossoriginRegistered: Wed Sep 03 00:56:58 UTC 2025 - Last Modified: Wed Sep 03 00:47:39 UTC 2025 - 199.7K bytes - Viewed (0) -
yield*
The yield* operator can be used within generator (sync or async) functions to delegate to another iterable object, such as a Generator. Inside async generator functions, it can additionally be used to delegate to another async iterable object, such as an AsyncGenerator.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/yield*Registered: Wed Sep 03 00:57:01 UTC 2025 - Last Modified: Wed Sep 03 00:47:34 UTC 2025 - 234.5K bytes - Viewed (0) -
patternUnits
The patternUnits attribute indicates which coordinate system to use for the geometry properties of the <pattern> element.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/patternUnitsRegistered: Wed Sep 03 00:56:14 UTC 2025 - Last Modified: Wed Sep 03 00:47:41 UTC 2025 - 204.5K bytes - Viewed (0) -
SyntaxError: octal escape sequences can't be us...
The JavaScript exception "octal escape sequences can't be used in untagged template literals or in strict mode code" occurs when octal escape sequences are used in strict mode string literals or untagged template literals.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Deprecated_octal_escape_sequenceRegistered: Wed Sep 03 00:56:01 UTC 2025 - Last Modified: Wed Sep 03 00:47:16 UTC 2025 - 216.4K bytes - Viewed (0) -
path
The path attribute has two different meanings, either it defines a text path along which the characters of a text are rendered, or a motion path along which a referenced element is animated.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/pathRegistered: Wed Sep 03 00:56:02 UTC 2025 - Last Modified: Wed Sep 03 00:47:41 UTC 2025 - 201.1K bytes - Viewed (0) -
Uint8Array
The Uint8Array typed array represents an array of 8-bit unsigned integers. The contents are initialized to 0 unless initialization data is explicitly provided. Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation).developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ArrayRegistered: Wed Sep 03 00:56:42 UTC 2025 - Last Modified: Tue Sep 02 00:48:32 UTC 2025 - 196.3K bytes - Viewed (0)