mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update module statuses in docs (#2219)
* Add filePath property on MatchedRoute * Fix #1880 #851 * Fix #1972 as well * FMC * Bump querystring-es3 * fix querystring status * Fix typos in docs --------- Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
This commit is contained in:
@@ -92,8 +92,8 @@ This page is updated regularly to reflect compatibility status of the latest ver
|
||||
---
|
||||
|
||||
- {% anchor id="node_http" %} [`node:http`](https://nodejs.org/api/http.html) {% /anchor %}
|
||||
- 🟡
|
||||
- Missing `http.OutgoingMessage` `http.validateHeader{Name|Value}`. Module provides partial compatibility for `http.globalAgent` `http.Agent` `http.setMaxIdleHTTPParsers`. Note that exports marked as partially compatible likely have no effect (no-op) but will not cause errors when porting code utilizing these exports.
|
||||
- 🟢
|
||||
- Fully implemented.
|
||||
|
||||
---
|
||||
|
||||
@@ -158,8 +158,8 @@ This page is updated regularly to reflect compatibility status of the latest ver
|
||||
---
|
||||
|
||||
- {% anchor id="node_querystring" %} [`node:querystring`](https://nodejs.org/api/querystring.html) {% /anchor %}
|
||||
- 🟡
|
||||
- Missing `querystring.escape` and `querystring.unescape`.
|
||||
- 🟢
|
||||
- Fully implemented.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user