Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 831 - 840 of 2,702 for host:developer.mozilla.org (0.06 sec)

  1. Iterator.prototype.some() - JavaScript | MDN

    The some() method of Iterator instances is similar to Array.prototype.some(): it tests whether at least one element produced by the iterator passes the test implemented by the provided function. It returns a boolean value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/some
    Registered: Mon Nov 25 07:32:36 UTC 2024
    - Last Modified: Sat Nov 23 16:10:18 UTC 2024
    - 68.1K bytes
    - Viewed (0)
  2. Iterator.prototype.forEach() - JavaScript | MDN

    The forEach() method of Iterator instances is similar to Array.prototype.forEach(): it executes a provided function once for each element produced by the iterator.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/forEach
    Registered: Mon Nov 25 07:32:18 UTC 2024
    - Last Modified: Sat Nov 23 16:10:18 UTC 2024
    - 66K bytes
    - Viewed (0)
  3. SyntaxError: nothing to repeat - JavaScript | MDN

    The JavaScript exception "nothing to repeat" or "invalid quantifier in regular expression" occurs when a quantifier in a regular expression is applied to nothing or applied to an assertion.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Regex_nothing_to_repeat
    Registered: Mon Nov 25 05:23:49 UTC 2024
    - Last Modified: Sat Nov 23 16:10:12 UTC 2024
    - 138.9K bytes
    - Viewed (0)
  4. SyntaxError: tagged template cannot be used wit...

    The JavaScript exception "tagged template cannot be used with optional chain" occurs when the tag expression of a tagged template literal is an optional chain, or if there's an optional chain between the tag and the template.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Bad_optional_template
    Registered: Mon Nov 25 05:23:55 UTC 2024
    - Last Modified: Sat Nov 23 16:10:11 UTC 2024
    - 140.4K bytes
    - Viewed (0)
  5. v-alphabetic - SVG: Scalable Vector Graphics | MDN

    The v-alphabetic attribute defines indicates the alignment coordinate for glyphs to achieve alphabetic baseline alignment. The value is an offset in the font coordinate system relative to the glyph-specific vert-origin-x attribute.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/v-alphabetic Similar Results (1)
    Registered: Mon Nov 25 05:24:03 UTC 2024
    - Last Modified: Sat Nov 23 16:10:33 UTC 2024
    - 122.3K bytes
    - Viewed (0)
  6. v-mathematical - SVG: Scalable Vector Graphics ...

    The v-mathematical attribute indicates the alignment coordinate for glyphs to achieve mathematical baseline alignment for vertically oriented glyph layouts. The value is an offset in the font coordinate system relative to the glyph-specific vert-origin-x attribute.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/v-mathematical
    Registered: Mon Nov 25 05:21:01 UTC 2024
    - Last Modified: Sat Nov 23 16:10:33 UTC 2024
    - 122.3K bytes
    - Viewed (0)
  7. TypeError: matchAll/replaceAll must be called w...

    The JavaScript exception "TypeError: matchAll/replaceAll must be called with a global RegExp" occurs when the String.prototype.matchAll() or String.prototype.replaceAll() method is used with a RegExp object that does not have the global flag set.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Requires_global_RegExp
    Registered: Mon Nov 25 05:21:01 UTC 2024
    - Last Modified: Sat Nov 23 16:10:12 UTC 2024
    - 142.7K bytes
    - Viewed (0)
  8. SyntaxError: "use strict" not allowed in functi...

    The JavaScript exception ""use strict" not allowed in function" occurs when a "use strict" directive is used at the top of a function with default parameters, rest parameters, or destructuring parameters.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Strict_non_simple_params
    Registered: Mon Nov 25 05:21:41 UTC 2024
    - Last Modified: Sat Nov 23 16:10:12 UTC 2024
    - 146.8K bytes
    - Viewed (0)
  9. visibility - SVG: Scalable Vector Graphics | MDN

    The visibility attribute lets you control the visibility of graphical elements. With a value of hidden or collapse the current graphics element is invisible.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/visibility
    Registered: Mon Nov 25 05:22:35 UTC 2024
    - Last Modified: Sat Nov 23 16:10:33 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  10. writing-mode - SVG: Scalable Vector Graphics | MDN

    The writing-mode attribute specifies whether the initial inline-progression-direction for a <text> element shall be left-to-right, right-to-left, or top-to-bottom. The writing-mode attribute applies only to <text> elements; the attribute is ignored for <tspan>, <tref>, and <textPath> sub-elements. (Note that the inline-progression-direction can change within a <text> element due to the Unicode bidirectional algorithm and properties direction and unicode-bidi.)
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/writing-mode
    Registered: Mon Nov 25 05:19:59 UTC 2024
    - Last Modified: Sat Nov 23 16:10:33 UTC 2024
    - 128.1K bytes
    - Viewed (0)
Back to top