From df1c2bb0b9a5c68bb8297547b44d3dc14e7c61fd Mon Sep 17 00:00:00 2001 From: Carlos Fuentes Date: Fri, 10 Jan 2025 12:17:28 +0100 Subject: [PATCH] feat: mark MIMEType as stable --- doc/api/util.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/util.md b/doc/api/util.md index d344befae410ca..bf5efaebbc0c33 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -1153,7 +1153,7 @@ added: - v18.13.0 --> -> Stability: 1 - Experimental +> Stability: 2 - Stable An implementation of [the MIMEType class](https://bmeck.github.io/node-proposal-mime-api/).