# Puppeteer V4.0.0 릴리즈

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2291](https://news.hada.io/topic?id=2291)
- GeekNews Markdown: [https://news.hada.io/topic/2291.md](https://news.hada.io/topic/2291.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-06-19T09:15:25+09:00
- Updated: 2020-06-19T09:15:25+09:00
- Original source: [github.com](https://github.com/puppeteer/puppeteer/releases/tag/v4.0.0)
- Points: 4
- Comments: 1

## Topic Body

- 이제 Node 의 EventEmitter 라이브러리를 사용하지 않음

ㅤ→ 종속성 제거를 통해 환경과 상관없이 Puppeteer가 동작하도록 변경 중

ㅤ→ 초소형 이벤트 에미터(gzipped 200byte) 인 Mitt 를 대신 사용하며, 이를 확장해서 거의 같은 기능을 구현

ㅤ→ 많은 메소드들이 제거되어 호환성 문제가 있을수 있으니 확인 필요

## Comments



### Comment 2042

- Author: xguru
- Created: 2020-06-19T09:15:31+09:00
- Points: 3

Mitt - Tiny 200 byte functional event emitter / pubsub https://github.com/developit/mitt
