Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2721 - 2730 of 3,110 for host:developer.mozilla.org (0.17 sec)

  1. Object.getOwnPropertyNames() - JavaScript | MDN

    The Object.getOwnPropertyNames() static method returns an array of all properties (including non-enumerable properties except for those which use Symbol) found directly in a given object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyNames
    Registered: Fri Jul 25 01:32:36 UTC 2025
    - Last Modified: Wed Jul 23 00:48:04 UTC 2025
    - 82.6K bytes
    - Viewed (0)
  2. encodeURI() - JavaScript | MDN

    The encodeURI() function encodes a URI by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two surrogate characters). Compared to encodeURIComponent(), this function encodes fewer characters, preserving those that are part of the URI syntax.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURI
    Registered: Fri Jul 25 01:09:13 UTC 2025
    - Last Modified: Wed Jul 23 00:47:58 UTC 2025
    - 157.4K bytes
    - Viewed (0)
  3. color - SVG | MDN

    The color attribute is used to provide a potential indirect value, currentcolor, for the fill, stroke, stop-color, flood-color, and lighting-color attributes.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/color
    Registered: Fri Jul 25 01:09:14 UTC 2025
    - Last Modified: Wed Jul 23 00:48:22 UTC 2025
    - 110.5K bytes
    - Viewed (0)
  4. import - JavaScript | MDN

    The static import declaration is used to import read-only live bindings which are exported by another module. The imported bindings are called live bindings because they are updated by the module that exported the binding, but cannot be re-assigned by the importing module.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import
    Registered: Fri Jul 25 01:09:35 UTC 2025
    - Last Modified: Wed Jul 23 00:48:16 UTC 2025
    - 184.2K bytes
    - Viewed (0)
  5. font-stretch - SVG | MDN

    The font-stretch attribute indicates the desired amount of condensing or expansion in the glyphs used to render the text.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/font-stretch
    Registered: Fri Jul 25 01:05:59 UTC 2025
    - Last Modified: Wed Jul 23 00:48:23 UTC 2025
    - 105.8K bytes
    - Viewed (0)
  6. SyntaxError: incomplete quantifier in regular e...

    The JavaScript exception "incomplete quantifier in regular expression" occurs when a regular expression pattern contains a {, but it does not start a valid quantifier.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Regex_incomplete_quantifier
    Registered: Fri Jul 25 01:13:50 UTC 2025
    - Last Modified: Wed Jul 23 00:47:53 UTC 2025
    - 138.6K bytes
    - Viewed (0)
  7. stroke-linejoin - SVG | MDN

    The stroke-linejoin attribute is a presentation attribute defining the shape to be used at the corners of paths when they are stroked.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/stroke-linejoin
    Registered: Fri Jul 25 01:13:25 UTC 2025
    - Last Modified: Thu Jul 24 14:05:27 UTC 2025
    - 135.5K bytes
    - Viewed (0)
  8. arguments.length - JavaScript | MDN

    The arguments.length data property contains the number of arguments passed to the function.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments/length
    Registered: Fri Jul 25 01:13:26 UTC 2025
    - Last Modified: Wed Jul 23 00:47:55 UTC 2025
    - 143.7K bytes
    - Viewed (0)
  9. Map - JavaScript | MDN

    The Map object holds key-value pairs and remembers the original insertion order of the keys. Any value (both objects and primitive values) may be used as either a key or a value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map
    Registered: Fri Jul 25 01:11:43 UTC 2025
    - Last Modified: Wed Jul 23 00:48:03 UTC 2025
    - 119K bytes
    - Viewed (0)
  10. markerUnits - SVG | MDN

    The markerUnits attribute defines the coordinate system for the markerWidth and markerHeight attributes and the contents of the <marker>.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/markerUnits
    Registered: Fri Jul 25 01:12:24 UTC 2025
    - Last Modified: Wed Jul 23 00:48:23 UTC 2025
    - 108.9K bytes
    - Viewed (0)
Back to top