Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1841 - 1850 of 2,702 for host:developer.mozilla.org (0.07 sec)

  1. eval() - JavaScript | MDN

    The eval() function evaluates JavaScript code represented as a string and returns its completion value. The source is parsed as a script.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval
    Registered: Mon Nov 25 04:37:59 UTC 2024
    - Last Modified: Sat Nov 23 16:10:16 UTC 2024
    - 187.8K bytes
    - Viewed (0)
  2. Set - JavaScript | MDN

    The Set object lets you store unique values of any type, whether primitive values or object references.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set
    Registered: Mon Nov 25 04:38:16 UTC 2024
    - Last Modified: Sat Nov 23 16:10:21 UTC 2024
    - 121.2K bytes
    - Viewed (0)
  3. decoding - SVG: Scalable Vector Graphics | MDN

    The decoding attribute, valid on <image> elements, provides a hint to the browser as to whether it should perform image decoding along with rendering other content in a single presentation step that looks more "correct" (sync), or render and present the other content first and then decode the image and present it later (async). In practice, async means that the next paint does not wait for the image to decode.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/decoding
    Registered: Mon Nov 25 04:37:33 UTC 2024
    - Last Modified: Sat Nov 23 16:10:30 UTC 2024
    - 124.8K bytes
    - Viewed (0)
  4. Reflect - JavaScript | MDN

    The Reflect namespace object contains static methods for invoking interceptable JavaScript object internal methods. The methods are the same as those of proxy handlers.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect
    Registered: Mon Nov 25 04:37:41 UTC 2024
    - Last Modified: Sat Nov 23 16:10:21 UTC 2024
    - 72.5K bytes
    - Viewed (0)
  5. font-variant - SVG: Scalable Vector Graphics | MDN

    The font-variant attribute indicates whether the text is to be rendered using variations of the font's glyphs.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/font-variant
    Registered: Mon Nov 25 04:36:40 UTC 2024
    - Last Modified: Sat Nov 23 16:10:30 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  6. Bitwise AND assignment (&=) - JavaScript | MDN

    The bitwise AND assignment (&=) operator performs bitwise AND on the two operands and assigns the result to the left operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_AND_assignment
    Registered: Mon Nov 25 04:36:47 UTC 2024
    - Last Modified: Sat Nov 23 16:10:24 UTC 2024
    - 140.5K bytes
    - Viewed (0)
  7. Multiplication assignment (*=) - JavaScript | MDN

    The multiplication assignment (*=) operator performs multiplication on the two operands and assigns the result to the left operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Multiplication_assignment
    Registered: Mon Nov 25 04:34:50 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 141.8K bytes
    - Viewed (0)
  8. new - JavaScript | MDN

    The new operator lets developers create an instance of a user-defined object type or of one of the built-in object types that has a constructor function.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/new
    Registered: Mon Nov 25 04:40:31 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 165.7K bytes
    - Viewed (0)
  9. elevation - SVG: Scalable Vector Graphics | MDN

    The elevation attribute specifies the direction angle for the light source from the XY plane towards the Z-axis, in degrees. Note that the positive Z-axis points towards the viewer of the content.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/elevation
    Registered: Mon Nov 25 04:40:31 UTC 2024
    - Last Modified: Sat Nov 23 16:10:30 UTC 2024
    - 124.7K bytes
    - Viewed (0)
  10. dy - SVG: Scalable Vector Graphics | MDN

    The dy attribute indicates a shift along the y-axis on the position of an element or its content.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/dy
    Registered: Mon Nov 25 04:38:39 UTC 2024
    - Last Modified: Sat Nov 23 16:10:30 UTC 2024
    - 140.1K bytes
    - Viewed (0)
Back to top