Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 1,586 for host:developer.mozilla.org (0.03 sec)

  1. SyntaxError: invalid property name in regular e...

    The JavaScript exception "invalid property name in regular expression" or "invalid class property name in regular expression" occurs when the \p and \P Unicode character class escapes are not followed by a valid Unicode property name and/or value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Regex_invalid_property_name
    Registered: Fri Jun 27 01:00:53 UTC 2025
    - Last Modified: Fri Jun 27 00:57:25 UTC 2025
    - 141.7K bytes
    - Viewed (0)
  2. repeatCount - SVG | MDN

    The repeatCount attribute indicates the number of times an animation will take place.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/repeatCount
    Registered: Fri Jun 27 00:59:59 UTC 2025
    - Last Modified: Fri Jun 27 00:58:40 UTC 2025
    - 110.8K bytes
    - Viewed (0)
  3. patternUnits - SVG | MDN

    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/patternUnits
    Registered: Fri Jun 27 01:00:03 UTC 2025
    - Last Modified: Fri Jun 27 00:58:39 UTC 2025
    - 113K bytes
    - Viewed (0)
  4. Groups and backreferences - JavaScript | MDN

    Groups group multiple patterns as a whole, and capturing groups provide extra submatch information when using a regular expression pattern to match against a string. Backreferences refer to a previously captured group in the same regular expression.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions/Groups_and_backreferences
    Registered: Fri Jun 27 02:06:13 UTC 2025
    - Last Modified: Fri Jun 27 00:57:18 UTC 2025
    - 158.1K bytes
    - Viewed (0)
  5. Array: length - JavaScript | MDN

    The length data property of an Array instance represents the number of elements in that array. The value is an unsigned, 32-bit integer that is always numerically greater than the highest index in the array.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/length
    Registered: Fri Jun 27 02:07:27 UTC 2025
    - Last Modified: Fri Jun 27 00:57:28 UTC 2025
    - 83.5K bytes
    - Viewed (0)
  6. handler.defineProperty() - JavaScript | MDN

    The handler.defineProperty() method is a trap for the [[DefineOwnProperty]] object internal method, which is used by operations such as Object.defineProperty().
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/defineProperty
    Registered: Fri Jun 27 02:07:35 UTC 2025
    - Last Modified: Fri Jun 27 00:57:51 UTC 2025
    - 80.1K bytes
    - Viewed (0)
  7. handler.preventExtensions() - JavaScript | MDN

    The handler.preventExtensions() method is a trap for the [[PreventExtensions]] object internal method, which is used by operations such as Object.preventExtensions().
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/preventExten...
    Registered: Fri Jun 27 02:06:52 UTC 2025
    - Last Modified: Fri Jun 27 00:57:52 UTC 2025
    - 73.3K bytes
    - Viewed (0)
  8. handler.setPrototypeOf() - JavaScript | MDN

    The handler.setPrototypeOf() method is a trap for the [[SetPrototypeOf]] object internal method, which is used by operations such as Object.setPrototypeOf().
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/setPrototypeOf
    Registered: Fri Jun 27 02:07:50 UTC 2025
    - Last Modified: Fri Jun 27 00:57:52 UTC 2025
    - 75.9K bytes
    - Viewed (0)
  9. Float64Array() constructor - JavaScript | MDN

    The Float64Array() constructor creates Float64Array objects. The contents are initialized to 0 unless initialization data is explicitly provided.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float64Array/Float64Array
    Registered: Fri Jun 27 02:10:50 UTC 2025
    - Last Modified: Fri Jun 27 00:57:37 UTC 2025
    - 76.1K bytes
    - Viewed (0)
  10. Array.fromAsync() - JavaScript | MDN

    The Array.fromAsync() static method creates a new, shallow-copied Array instance from an async iterable, iterable, or array-like object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/fromAsync
    Registered: Fri Jun 27 02:11:39 UTC 2025
    - Last Modified: Fri Jun 27 00:57:28 UTC 2025
    - 96.1K bytes
    - Viewed (0)
Back to top