gpt4 book ai didi

javascript - 更改服务器发送事件的源(url)

转载 作者:可可西里 更新时间:2023-10-31 23:15:57 25 4
gpt4 key购买 nike

如何更改 EventSource 声明中的源集?

我试过这样的:

var source = new EventSource("/blahblah.php?path=" + (window.location.pathname));
// Few lines later...
source.url = "/blahblah.php?path=" + url;

但是,source.url 保持不变...

这可能吗?或者也许有其他方法可以做到这一点?

最佳答案

不,这是不可能的。传递给 EventSource() 的新 URL 会创建一个新的 EventSource 对象。

关于javascript - 更改服务器发送事件的源(url),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42446195/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com