Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1231 - 1240 of 3,910 for host:developer.mozilla.org (0.14 sec)

  1. Atomics.xor() - JavaScript | MDN

    The Atomics.xor() static method computes a bitwise XOR with a given value at a given position in the array, and returns the old value at that position. This atomic operation guarantees that no other write happens until the modified value is written back.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/xor
    Registered: Wed Apr 16 02:05:27 UTC 2025
    - Last Modified: Tue Apr 15 00:50:52 UTC 2025
    - 59.5K bytes
    - Viewed (0)
  2. Atomics.notify() - JavaScript | MDN

    The Atomics.notify() static method notifies up some agents that are sleeping in the wait queue.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/notify
    Registered: Wed Apr 16 02:05:34 UTC 2025
    - Last Modified: Tue Apr 15 00:50:52 UTC 2025
    - 59K bytes
    - Viewed (0)
  3. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/operators/unsigned_right_shift_assignment/index.md # Original Wiki contributors fsc...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Unsigned_right_shift_assignme...
    Registered: Wed Apr 16 02:04:22 UTC 2025
    - Last Modified: Fri Apr 14 01:38:27 UTC 2023
    - 203 bytes
    - Viewed (0)
  4. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/operators/async_function_star_/index.md 155
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/async_function*/contributors.txt
    Registered: Wed Apr 16 02:04:30 UTC 2025
    - Last Modified: Tue Dec 17 17:59:33 UTC 2024
    - 155 bytes
    - Viewed (0)
  5. Promise[Symbol.species] - JavaScript | MDN

    The Promise[Symbol.species] static accessor property returns the constructor used to construct return values from promise methods.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/Symbol.species
    Registered: Wed Apr 16 01:43:46 UTC 2025
    - Last Modified: Tue Apr 15 00:50:59 UTC 2025
    - 70.6K bytes
    - Viewed (0)
  6. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/global_objects/promise/index.md # Original Wiki contributors bershanskiy codehag ch...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/contributors.txt
    Registered: Wed Apr 16 01:43:54 UTC 2025
    - Last Modified: Fri Apr 14 01:37:48 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  7. Temporal.PlainDate.prototype.dayOfWeek - JavaSc...

    The dayOfWeek accessor property of Temporal.PlainDate instances returns a positive integer representing the 1-based day index in the week of this date. Days in a week are numbered sequentially from 1 to daysInWeek, with each number mapping to its name. It is calendar-dependent. 1 usually represents Monday in the calendar, even when locales using the calendar may consider a different day as the first day of the week (see Intl.Locale.prototype.getWeekInfo()).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/dayOf...
    Registered: Wed Apr 16 01:49:59 UTC 2025
    - Last Modified: Tue Apr 15 00:51:02 UTC 2025
    - 95.2K bytes
    - Viewed (0)
  8. Temporal.PlainMonthDay.prototype.toLocaleString...

    The toLocaleString() method of Temporal.PlainMonthDay instances returns a string with a language-sensitive representation of this month-day. In implementations with Intl.DateTimeFormat API support, this method delegates to Intl.DateTimeFormat.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/t...
    Registered: Wed Apr 16 01:51:03 UTC 2025
    - Last Modified: Tue Apr 15 00:51:04 UTC 2025
    - 87K bytes
    - Viewed (0)
  9. Temporal.PlainDateTime.prototype.until() - Java...

    The until() method of Temporal.PlainDateTime instances returns a new Temporal.Duration object representing the duration from this date-time to another date-time (in a form convertible by Temporal.PlainDateTime.from()). The duration is positive if the other date-time is after this date-time, and negative if before.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/u...
    Registered: Wed Apr 16 01:50:27 UTC 2025
    - Last Modified: Tue Apr 15 00:51:04 UTC 2025
    - 97.8K bytes
    - Viewed (0)
  10. Temporal.PlainYearMonth.prototype.equals() - Ja...

    The equals() method of Temporal.PlainYearMonth instances returns true if this year-month is equivalent in value to another year-month (in a form convertible by Temporal.PlainYearMonth.from()), and false otherwise. They are compared both by their underlying ISO date values and their calendars, so two year-months from different calendars may be considered equal by Temporal.PlainYearMonth.compare() but not by equals().
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/...
    Registered: Wed Apr 16 01:50:22 UTC 2025
    - Last Modified: Tue Apr 15 00:51:04 UTC 2025
    - 85.7K bytes
    - Viewed (0)
Back to top