提交 811546b8 编写于 作者: D DebugIsFalse

Update fetchEventSource.js

上级 7f5f3ac8
......@@ -2,7 +2,6 @@ import { fetchEventSource } from '@microsoft/fetch-event-source'
const BASE_URL = 'https://gpu-pod656e861afe3d944d6b3ce77e-7862.node.inscode.run'
export default (url, { onmessage, onerror, controller, params }) => {
fetchConfig.headers = fetchConfig.headers || {}
console.log(window)
fetchEventSource(`${BASE_URL}${url}`, {
method: 'POST',
headers: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册