We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c23a02 commit b6c60f2Copy full SHA for b6c60f2
src/runtime/server/utils/blob.ts
@@ -4,6 +4,7 @@ import type { R2Bucket } from '@cloudflare/workers-types/experimental'
4
import { ofetch } from 'ofetch'
5
import mime from 'mime'
6
import type { H3Event } from 'h3'
7
+import { setHeader } from 'h3'
8
import { defu } from 'defu'
9
import { randomUUID } from 'uncrypto'
10
import { parse } from 'pathe'
0 commit comments