Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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: Mon Nov 25 04:54:28 UTC 2024
    - Last Modified: Sat Nov 23 16:10:26 UTC 2024
    - 182.9K bytes
    - Viewed (0)
  2. Uint32Array - JavaScript | MDN

    The Uint32Array typed array represents an array of 32-bit unsigned integers in the platform byte order. If control over byte order is needed, use DataView instead. The contents are initialized to 0 unless initialization data is explicitly provided. Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint32Array
    Registered: Mon Nov 25 04:54:51 UTC 2024
    - Last Modified: Sat Nov 23 16:10:24 UTC 2024
    - 81.7K bytes
    - Viewed (0)
  3. Int8Array - JavaScript | MDN

    The Int8Array typed array represents an array of 8-bit signed integers. The contents are initialized to 0 unless initialization data is explicitly provided. Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int8Array
    Registered: Mon Nov 25 04:56:33 UTC 2024
    - Last Modified: Sat Nov 23 16:10:16 UTC 2024
    - 81.2K bytes
    - Viewed (0)
  4. 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: Mon Nov 25 04:53:50 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 148K bytes
    - Viewed (0)
  5. Promise - JavaScript | MDN

    The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
    Registered: Mon Nov 25 04:56:45 UTC 2024
    - Last Modified: Sat Nov 23 16:10:20 UTC 2024
    - 138K bytes
    - Viewed (0)
  6. Bitwise XOR assignment (^=) - JavaScript | MDN

    The bitwise XOR assignment (^=) operator performs bitwise XOR on the two operands and assigns the result to the left operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_XOR_assignment
    Registered: Mon Nov 25 04:55:00 UTC 2024
    - Last Modified: Sat Nov 23 16:10:24 UTC 2024
    - 140.4K bytes
    - Viewed (0)
  7. maskContentUnits - SVG: Scalable Vector Graphic...

    The maskContentUnits attribute indicates which coordinate system to use for the contents of the <mask> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/maskContentUnits
    Registered: Mon Nov 25 04:54:44 UTC 2024
    - Last Modified: Sat Nov 23 16:10:31 UTC 2024
    - 128K bytes
    - Viewed (0)
  8. 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: Mon Nov 25 05:00:40 UTC 2024
    - Last Modified: Sat Nov 23 16:10:18 UTC 2024
    - 117.6K bytes
    - Viewed (0)
  9. pointer-events - SVG: Scalable Vector Graphics ...

    The pointer-events attribute is a presentation attribute that allows defining whether or when an element may be the target of a mouse event.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/pointer-events
    Registered: Mon Nov 25 05:00:48 UTC 2024
    - Last Modified: Sat Nov 23 16:10:32 UTC 2024
    - 131.2K bytes
    - Viewed (0)
  10. origin - SVG: Scalable Vector Graphics | MDN

    The origin attribute specifies the origin of motion for an animation. It has no effect in SVG.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/origin
    Registered: Mon Nov 25 05:01:48 UTC 2024
    - Last Modified: Sat Nov 23 16:10:31 UTC 2024
    - 119.8K bytes
    - Viewed (0)
Back to top