node-compat-table icon indicating copy to clipboard operation
node-compat-table copied to clipboard

node.green - Node.js ECMAScript compatibility tables

Results 23 node-compat-table issues
Sort by recently updated
recently updated
newest added

See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toSorted https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toReversed

https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

```js function(){ try { eval('var d = function d([d]) { return d };if (d([true]) !== true) return false;'); } catch (e) { return !(e instanceof SyntaxError); } try { eval('var...

bug
help wanted

Checkbox "supported versions only" (9.x, latest in 8.x line, latest in 6.x line, latest in 4.x line) would be really nice.

enhancement
help wanted

Currently, the page header shows a clickable link to ES2015 (called "Node.js ES2015 Support"). ![image](https://user-images.githubusercontent.com/2997844/121939333-4def2600-cd23-11eb-9698-326de4f19ef1.png) Instead, it could show a toggle button that displays a sidebar with each available ES...

It would be very helpful if node.green displayed the release date for each version of Node.js, either above/below the `X% compatible` or on Node.js version mouse hover. This would help...

Just like Nightly, can you also write which node version is the stable, LTS, end-of-support? ![skarmavbild 2017-08-24 kl 14 33 02](https://user-images.githubusercontent.com/1148376/29666591-334ddd06-88d9-11e7-8a9c-a90f7b7cefa7.png)

enhancement
help wanted

Hi, It seems for-await-of loops is still experimental in Node v10.x. But the site shows as `yes`. Is it correct? I thought it should show with `flag` property. https://nodejs.org/download/nightly/v10.0.0-nightly2018033083d44bee01/docs/api/stream.html#stream_readable_asynciterator Thanks

According to the Node.green table, Node 4.9.1 does not support classes, but it does? ``` borisov@glossy:~ $ sudo docker run -it mhart/alpine-node:4 node > process.versions { http_parser: '2.8.0', node: '4.9.1',...