-
Great project—I suspect you will all learn and build some excellent things. I just wanted to respond, in the most sincere way, with a few resources for everyone here to check out:
- http://github.c…
-
Before Stage 3, we still need to investigate multiple aspects of the proposal. Each topic should be discussed in its own issue, but I'm writing all of them here to keep track of the progress.
---
…
-
I don't see a link to the TC39 Events calendar or any information on how to manage events.
-
https://github.com/tc39/proposal-arraybuffer-base64 is currently at stage 3
-
This is to plan and track the tests for the Joint Iteration proposal.
Proposal repo: https://github.com/tc39/proposal-joint-iteration
-
## Request for Mozilla Position on an Emerging Web Specification
* Specification title: ShadowRealm API
* Specification or proposal URL (if available): https://tc39.es/proposal-shadowrealm/ + …
-
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator
https://github.com/tc39/proposal-nullish-coalescing
```js
let foo = (undefined || null) |…
-
The JavaScript [Temporal proposal](https://github.com/tc39/proposal-temporal) adds new date and time types to the web platform, and is at Stage 2 in TC39. If this becomes a standard, should the sectio…
-
The current steps use a unique way of checking for overflows:
> i. Set count to count + 1.
> ii. If count ≥ 2**53, then (...)
This compares `count` to a value outside of the valid integer range…
sno2 updated
7 months ago
-
Most, if not all, ``s would benefit from being able to browse references using the references pane. Unfortunately, the references pane is only enabled for ``s that are given an `id` attribute, which m…