mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
remove redundant event source logic (#8211)
* remove redundant event source logic * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
b9afe93915
commit
91b5cd6132
6
.changeset/gold-frogs-sniff.md
Normal file
6
.changeset/gold-frogs-sniff.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/client": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:remove redundant event source logic
|
@ -36,16 +36,6 @@ export class NodeBlob extends Blob {
|
||||
}
|
||||
}
|
||||
|
||||
if (typeof window === "undefined") {
|
||||
import("eventsource")
|
||||
.then((EventSourceModule) => {
|
||||
global.EventSource = EventSourceModule.default as any;
|
||||
})
|
||||
.catch((error) =>
|
||||
console.error("Failed to load EventSource module:", error)
|
||||
);
|
||||
}
|
||||
|
||||
export class Client {
|
||||
app_reference: string;
|
||||
options: ClientOptions;
|
||||
|
Loading…
x
Reference in New Issue
Block a user