https://nodejs.medium.com/node-js-v15-0-0-is-here-deb00750f278
- AbortController 추가 : Promise 취소 signal 보내기 가능 - unhandledRejection 에 대해 throw 하는 것으로 변경(기존 warn) - QUIC 지원(실험적) - N-API 7 - npm 7 - V8 8.6 적용 ㅤ→ Promise.any() ㅤ→ AggregateError ㅤ→ String.prototype.replaceAll()
ㅤ→ &&=, ||=, ??= 음성 기능은 200자로 제한됨 |