Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1221 - 1230 of 3,108 for host:developer.mozilla.org (0.06 sec)

  1. lighting-color - SVG | MDN

    The lighting-color attribute defines the color of the light source for lighting filter primitives.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/lighting-color
    Registered: Wed Jul 16 01:14:48 UTC 2025
    - Last Modified: Wed Jul 16 00:47:33 UTC 2025
    - 110.5K bytes
    - Viewed (0)
  2. TypeError: "x" is not a function - JavaScript |...

    The JavaScript exception "is not a function" occurs when there was an attempt to call a value from a function, but the value is not actually a function.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Not_a_function
    Registered: Wed Jul 16 01:14:52 UTC 2025
    - Last Modified: Wed Jul 16 00:47:12 UTC 2025
    - 152.1K bytes
    - Viewed (0)
  3. TypeError: BigInt value can't be serialized in ...

    The JavaScript exception "BigInt value can't be serialized in JSON" occurs when a BigInt is encountered in JSON.stringify with no custom serialization method provided.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/BigInt_not_serializable
    Registered: Wed Jul 16 01:14:57 UTC 2025
    - Last Modified: Wed Jul 16 00:47:11 UTC 2025
    - 142.8K bytes
    - Viewed (0)
  4. RangeError: invalid array length - JavaScript |...

    The JavaScript exception "Invalid array length" occurs when specifying an array length that is either negative, a floating number or exceeds the maximum supported by the platform (i.e., when creating an Array or ArrayBuffer, or when setting the length property).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Invalid_array_length
    Registered: Wed Jul 16 01:16:28 UTC 2025
    - Last Modified: Wed Jul 16 00:47:11 UTC 2025
    - 147.9K bytes
    - Viewed (0)
  5. transform - SVG | MDN

    The transform attribute defines a list of transform definitions that are applied to an element and the element's children.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/transform
    Registered: Wed Jul 16 01:16:41 UTC 2025
    - Last Modified: Wed Jul 16 00:47:34 UTC 2025
    - 146.9K bytes
    - Viewed (0)
  6. SyntaxError: invalid range in character class -...

    The JavaScript exception "invalid range in character class" occurs when a character class in a regular expression uses a range, but the start of the range is greater than the end.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Regex_invalid_range_in_character...
    Registered: Wed Jul 16 01:16:42 UTC 2025
    - Last Modified: Wed Jul 16 00:47:12 UTC 2025
    - 138K bytes
    - Viewed (0)
  7. SyntaxError: invalid named capture reference in...

    The JavaScript exception "invalid named capture reference in regular expression" occurs when a regular expression pattern contains a named backreference that does not refer to a named capture group before it. The similar error message "invalid named reference in regular expression" is thrown when the sequence \k is encountered but is not followed by <.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Regex_invalid_named_capture_refe...
    Registered: Wed Jul 16 01:15:46 UTC 2025
    - Last Modified: Wed Jul 16 00:47:12 UTC 2025
    - 141.2K bytes
    - Viewed (0)
  8. Backreference: \1, \2 - JavaScript | MDN

    A backreference refers to the submatch of a previous capturing group and matches the same text as that group. For named capturing groups, you may prefer to use the named backreference syntax.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Backreference
    Registered: Wed Jul 16 01:15:50 UTC 2025
    - Last Modified: Wed Jul 16 00:47:28 UTC 2025
    - 149.3K bytes
    - Viewed (0)
  9. TypeError: can't redefine non-configurable prop...

    The JavaScript exception "can't redefine non-configurable property" occurs when it was attempted to redefine a property, but that property is non-configurable.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Cant_redefine_property
    Registered: Wed Jul 16 01:16:04 UTC 2025
    - Last Modified: Wed Jul 16 00:47:11 UTC 2025
    - 141.9K bytes
    - Viewed (0)
  10. SyntaxError: arguments is not valid in fields -...

    The JavaScript exception "SyntaxError: arguments is not valid in fields" occurs when the arguments identifier is read in a class field initializer or in a static initialization block, outside of a non-arrow function.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Arguments_not_allowed
    Registered: Wed Jul 16 01:13:18 UTC 2025
    - Last Modified: Wed Jul 16 00:47:10 UTC 2025
    - 139.4K bytes
    - Viewed (0)
Back to top