From a7c7128cd7907b0f288e4488f60e289efa16d30c Mon Sep 17 00:00:00 2001 From: Mike Roelens Date: Wed, 31 May 2023 21:15:49 -0400 Subject: Fix typo in macro docs (#3144) --- docs/bundler/macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/bundler/macros.md') diff --git a/docs/bundler/macros.md b/docs/bundler/macros.md index 3c6be7097..3ffa49502 100644 --- a/docs/bundler/macros.md +++ b/docs/bundler/macros.md @@ -94,7 +94,7 @@ export async function getText() { } ``` -The transpiler implements specicial logic for serializing common data formats like `Response`, `Blob`, `TypedArray`. +The transpiler implements special logic for serializing common data formats like `Response`, `Blob`, `TypedArray`. - `TypedArray`: Resolves to a base64-encoded string. - `Response`: Bun will read the `Content-Type` and serialize accordingly; for instance, a `Response` with type `application/json` will be automatically parsed into an object and `text/plain` will be inlined as a string. Responses with an unrecognized or `undefined` `type` will be base-64 encoded. -- cgit v1.2.3 option> Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/svelte/Wrapper.svelte (unfollow)
AgeCommit message (Collapse)AuthorFilesLines