# Node.js 에 Fetch API 추가

> Clean Markdown view of GeekNews topic #5872. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5872](https://news.hada.io/topic?id=5872)
- GeekNews Markdown: [https://news.hada.io/topic/5872.md](https://news.hada.io/topic/5872.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-02-02T09:44:02+09:00
- Updated: 2022-02-02T09:44:02+09:00
- Original source: [github.com/nodejs](https://github.com/nodejs/node/commit/6ec225392675c92b102d3caad02ee3a157c9d1b7)
- Points: 12
- Comments: 4

## Topic Body

- Promise 기반의 HTTP Request API (XMLHTTPRequest 보다 강력하고 유연함)

- undici 에 들어있는 fetch 코드가 Node.js 코어에 추가

- 대부분 브라우저에서는 window.fetch , worker.fetch 로 이미 지원중 (IE제외)

## Comments



### Comment 8694

- Author: alstjr7375
- Created: 2022-02-03T12:08:39+09:00
- Points: 1

와우 좋네요

### Comment 8690

- Author: iolothebard
- Created: 2022-02-02T23:54:12+09:00
- Points: 1

이제 isomorphic을 위해 axios를 쓸 일은 없겠군요

### Comment 8682

- Author: kbumsik
- Created: 2022-02-02T09:53:14+09:00
- Points: 2

드디어 fetch API가 들어오는군요. 제가 node에 입문할때 제일 당황한 부분이었어요.

### Comment 8681

- Author: xguru
- Created: 2022-02-02T09:45:01+09:00
- Points: 2

- Fetch API 소개 https://developer.mozilla.org/ko/docs/Web/API/Fetch_API

- Undici - Node용 빠른 HTTP/1.1 클라이언트 https://news.hada.io/topic?id=2821
