lmachens / bun-file-not-closed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bun-file-not-closed

This project demonstrates the issue described in #7957. Bun version: 1.0.21

Usage

To install dependencies:

bun install

To run:

bun run dev

Open http://localhost:8080/files in your browser. It tells you how many file handlers are open. Open http://localhost:8080 in your browser to load a sample HTML file. Refresh http://localhost:8080/files and you'll see that the number of file handlers has increased.

About


Languages

Language:TypeScript 63.9%Language:HTML 36.1%