williamkapke / node-compat-table

node.green - Node.js ECMAScript compatibility tables
https://node.green
Other
858 stars 33 forks source link

It seems for-await-of loops is still experimental in Node v10.x #69

Open rpgeeganage opened 5 years ago

rpgeeganage commented 5 years ago

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