fix: safari can not in (#1590)

This commit is contained in:
Joel
2023-11-21 20:25:23 +08:00
committed by GitHub
parent 778cfb37a2
commit d6a6697891
4 changed files with 2 additions and 32 deletions

4
web/global.d.ts vendored
View File

@@ -1,5 +1,3 @@
declare module 'lamejs';
declare module 'react-18-input-autosize';
declare module 'fetch-readablestream' {
export default function fetchReadableStream(url: string, options?: RequestInit): Promise<Response>
}