- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2531 - 2540 of 3,108 for host:developer.mozilla.org (0.07 sec)
-
rotate - SVG | MDN
The rotate attribute specifies how the animated element rotates as it travels along a path specified in an <animateMotion> element.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/rotateRegistered: Wed Jul 16 01:14:23 UTC 2025 - Last Modified: Wed Jul 16 00:47:34 UTC 2025 - 112.7K 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: Wed Jul 16 01:14:39 UTC 2025 - Last Modified: Wed Jul 16 00:47:11 UTC 2025 - 173.9K bytes - Viewed (0) -
TypeError: invalid 'instanceof' operand 'x' - J...
The JavaScript exception "invalid 'instanceof' operand" occurs when the right-hand side operands of the instanceof operator isn't used with a constructor object, i.e., an object which has a prototype property and is callable.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/invalid_right_hand_side_instance...Registered: Wed Jul 16 01:15:22 UTC 2025 - Last Modified: Wed Jul 16 00:47:11 UTC 2025 - 143.7K bytes - Viewed (0) -
xlink:arcrole - SVG | MDN
The xlink:arcrole attribute specifies a contextual role for the element and corresponds to the RDF Primer notion of a property.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/xlink:arcroleRegistered: Wed Jul 16 01:15:28 UTC 2025 - Last Modified: Wed Jul 16 00:47:35 UTC 2025 - 109K bytes - Viewed (0) -
SyntaxError: use of super property/member acces...
The JavaScript exception "use of super property/member accesses only valid within methods or eval code within methods" occurs when the super.x or super[x] syntax is used outside of a method.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Bad_super_propRegistered: Wed Jul 16 01:12:19 UTC 2025 - Last Modified: Wed Jul 16 00:47:11 UTC 2025 - 141.5K bytes - Viewed (0) -
opacity - SVG | MDN
The opacity attribute specifies the transparency of an object or of a group of objects, that is, the degree to which the background behind the element is overlaid.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/opacityRegistered: Wed Jul 16 01:12:41 UTC 2025 - Last Modified: Wed Jul 16 00:47:33 UTC 2025 - 115.7K bytes - Viewed (0) -
TypeError: invalid Array.prototype.sort argumen...
The JavaScript exception "invalid Array.prototype.sort argument" occurs when the argument of Array.prototype.sort() (and its related methods: Array.prototype.toSorted(), TypedArray.prototype.sort(), TypedArray.prototype.toSorted()) isn't either undefined or a function which compares its operands.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Array_sort_argumentRegistered: Wed Jul 16 01:12:48 UTC 2025 - Last Modified: Wed Jul 16 00:47:10 UTC 2025 - 143.6K bytes - Viewed (0) -
max - SVG | MDN
developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/maxRegistered: Wed Jul 16 01:13:01 UTC 2025 - Last Modified: Wed Jul 16 00:47:33 UTC 2025 - 106.2K bytes - Viewed (0) -
Static initialization blocks - JavaScript | MDN
Static initialization blocks are declared within a class. It contains statements to be evaluated during class initialization. This permits more flexible initialization logic than static properties, such as using try...catch or setting multiple fields from a single value. Initialization is performed in the context of the current class declaration, with access to private state, which allows the class to share information of its private elements with other classes or functions declared in the same scope (analogous to "friend" classes in C++).developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Static_initialization_blocksRegistered: Wed Jul 16 01:14:03 UTC 2025 - Last Modified: Wed Jul 16 00:47:10 UTC 2025 - 155.6K bytes - Viewed (0) -
text-decoration - SVG | MDN
The text-decoration attribute defines whether text is decorated with an underline, overline and/or strike-through. It is a shorthand for the text-decoration-line and text-decoration-style properties.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/text-decorationRegistered: Wed Jul 16 01:14:56 UTC 2025 - Last Modified: Wed Jul 16 00:47:34 UTC 2025 - 112K bytes - Viewed (0)