Skip to content

doc: remove "idiomatic choice" from queueMicrotask

It can't be idiomatic if it's not in general use and therefore hasn't been picked up by users. It's not even in browsers yet.

"Idiomatic" use is an emergent property that comes from observed use and this feature is so new (to browsers and Node) that it can't possibly be. In general I don't think it's the place of the Node API docs to observe what emerges as idiomatic Node.js.

It also can't be a recommended feature (if that was the intent of the language) because it's marked experimental. For now, it's just a feature, nothing more. Recommendations and/or observations about it being 'idiomatic' can come later.

Merge request reports

Loading