From a6a474a83f64feff77273af18de526ce9e020808 Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Wed, 11 Oct 2023 01:47:35 +0200 Subject: [PATCH] Add File to binary data TOC (#6025) --- docs/api/binary-data.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/binary-data.md b/docs/api/binary-data.md index a5fa40d9e5..91b314b985 100644 --- a/docs/api/binary-data.md +++ b/docs/api/binary-data.md @@ -26,10 +26,10 @@ Below is a quick "cheat sheet" that doubles as a table of contents. Click an ite --- - +--- - [`BunFile`](#bunfile) - _Bun only_. A subclass of `Blob` that represents a lazily-loaded file on disk. Created with `Bun.file(path)`.