mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
feat: fetch stream compatibility enhance (#1551)
This commit is contained in:
5
web/global.d.ts
vendored
5
web/global.d.ts
vendored
@@ -1,2 +1,5 @@
|
||||
declare module 'lamejs';
|
||||
declare module 'react-18-input-autosize';
|
||||
declare module 'react-18-input-autosize';
|
||||
declare module 'fetch-readablestream' {
|
||||
export default function fetchReadableStream(url: string, options?: RequestInit): Promise<Response>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user