当前位置: 首页 > news >正文

寻找东莞微信网站建设杭州seo哪家好

寻找东莞微信网站建设,杭州seo哪家好,sap中小企业解决方案,曰本做爰视频网站EventStream基本用法 与 WebSocket 不同的是,服务器发送事件是单向的。数据消息只能从服务端到发送到客户端(如用户的浏览器)。这使其成为不需要从客户端往服务器发送消息的情况下的最佳选择。 const evtSource new EventSource(“/api/v1/…

EventStream基本用法
与 WebSocket 不同的是,服务器发送事件是单向的。数据消息只能从服务端到发送到客户端(如用户的浏览器)。这使其成为不需要从客户端往服务器发送消息的情况下的最佳选择。

const evtSource = new EventSource(“/api/v1/sse”)
// 每次连接开启时调用
evtSource.onopen = function () {
console.log(“连接开始启动”);
};
// 每次接受数据时调用
evtSource.onmessage = (e) => {
console.log(‘输入每次接受的数据’,e)
};
// 每次连接发生错误时调用
evtSource.onerror = function () {
console.log(“连接发生错误”);
};

需要注意的是,EventSource是以get方式发送请求,对于post请求原生的EventSource是无法实现的

如何用post的方式进行eventSource请求
常见的是通过@microsoft/fetch-event-source 这个库里的fetchEventSource来实现
import { fetchEventSource } from ‘@microsoft/fetch-event-source’;
这个库封装了一个方法,使得我们可以便捷的通过这个方法直接进行调用
以下是具体的代码

const [controller, setController] = useState(new AbortController());
const url = ‘http:xxx’;
fetchEventSource(url, {
method: ‘POST’,
headers: {
// SYSTEM_PORTAL_TYPE: ‘LINGXI_RUNNING’,
‘Content-Type’: ‘text/event-stream’,
‘X-CSRF-TOKEN’: ‘1232123’,
// Cookies: 'ZSMART_LOCALE=zh; ',
},
mode: ‘cors’,
openWhenHidden: true,
credentials: ‘include’,
signal: controller?.signal,
onmessage: async (event: any) => {
console.log(‘eventeventeventeventeventevent’);
console.log(event);
},
onerror(err: any) {
console.log(‘err’, err);
},
async onopen(response: any) {
if (response.ok) {
console.log(‘开始建立连接’);
}
},
onclose() {
console.log(‘关闭’);
controller?.abort();
setController(new AbortController());
throw new Error();
},
}).catch((err: any) => {
controller?.abort();
setController(new AbortController());
console.log({ err });
throw new Error(err);
});


文章转载自:
http://dinncoconvolve.tqpr.cn
http://dinncoseedling.tqpr.cn
http://dinncothundersquall.tqpr.cn
http://dinncotragedy.tqpr.cn
http://dinncoandrocracy.tqpr.cn
http://dinncounsectarian.tqpr.cn
http://dinncosubgroup.tqpr.cn
http://dinncogracile.tqpr.cn
http://dinncocatlap.tqpr.cn
http://dinnconeurology.tqpr.cn
http://dinnconewsmagazine.tqpr.cn
http://dinncopantile.tqpr.cn
http://dinncocupcake.tqpr.cn
http://dinncostudy.tqpr.cn
http://dinncoaesop.tqpr.cn
http://dinncothanatocoenosis.tqpr.cn
http://dinncocorticosteroid.tqpr.cn
http://dinncocounterplot.tqpr.cn
http://dinncoerastian.tqpr.cn
http://dinncosubtlety.tqpr.cn
http://dinncosatellization.tqpr.cn
http://dinncotinea.tqpr.cn
http://dinncohansom.tqpr.cn
http://dinncosleevelet.tqpr.cn
http://dinncoarmipotent.tqpr.cn
http://dinncoswinery.tqpr.cn
http://dinncoexcretory.tqpr.cn
http://dinncosquamose.tqpr.cn
http://dinncoodyl.tqpr.cn
http://dinncoshrewdness.tqpr.cn
http://dinncodowncycle.tqpr.cn
http://dinncouncivilized.tqpr.cn
http://dinncodehydratase.tqpr.cn
http://dinncointegumentary.tqpr.cn
http://dinncoplateful.tqpr.cn
http://dinncocyanometer.tqpr.cn
http://dinnconooning.tqpr.cn
http://dinncobarcarole.tqpr.cn
http://dinncocathleen.tqpr.cn
http://dinncopractise.tqpr.cn
http://dinncorenewedly.tqpr.cn
http://dinncoparakeratosis.tqpr.cn
http://dinncophotorealism.tqpr.cn
http://dinncoreticency.tqpr.cn
http://dinncohelicopt.tqpr.cn
http://dinncocanopy.tqpr.cn
http://dinncoamenities.tqpr.cn
http://dinncohuckleberry.tqpr.cn
http://dinncoinsulinoma.tqpr.cn
http://dinncotrapse.tqpr.cn
http://dinncovisceromotor.tqpr.cn
http://dinncosyrphid.tqpr.cn
http://dinncobroomrape.tqpr.cn
http://dinncositophobia.tqpr.cn
http://dinncosubsidiary.tqpr.cn
http://dinncoaeroacoustic.tqpr.cn
http://dinncoaftershock.tqpr.cn
http://dinnconewfashioned.tqpr.cn
http://dinncomonial.tqpr.cn
http://dinncostater.tqpr.cn
http://dinncocazique.tqpr.cn
http://dinncodaftly.tqpr.cn
http://dinncolaughy.tqpr.cn
http://dinncoectocommensal.tqpr.cn
http://dinncolactonize.tqpr.cn
http://dinncoripen.tqpr.cn
http://dinnconigrostriatal.tqpr.cn
http://dinncosonography.tqpr.cn
http://dinncoimmunochemist.tqpr.cn
http://dinncomortal.tqpr.cn
http://dinncophenobarbital.tqpr.cn
http://dinncohitter.tqpr.cn
http://dinncoamadou.tqpr.cn
http://dinncomonorchid.tqpr.cn
http://dinncougliness.tqpr.cn
http://dinncozoophagous.tqpr.cn
http://dinncomerciless.tqpr.cn
http://dinncogelid.tqpr.cn
http://dinncowithdrawn.tqpr.cn
http://dinncotweese.tqpr.cn
http://dinncoenjoyably.tqpr.cn
http://dinncotoluate.tqpr.cn
http://dinncosyntonous.tqpr.cn
http://dinncolima.tqpr.cn
http://dinncocontrolled.tqpr.cn
http://dinncolophophorate.tqpr.cn
http://dinncopianoforte.tqpr.cn
http://dinncobiociation.tqpr.cn
http://dinncosclerotized.tqpr.cn
http://dinncononetheless.tqpr.cn
http://dinncoarmature.tqpr.cn
http://dinncocirrhotic.tqpr.cn
http://dinncolilied.tqpr.cn
http://dinncocovert.tqpr.cn
http://dinncosorrel.tqpr.cn
http://dinncomidshipman.tqpr.cn
http://dinncoeriometer.tqpr.cn
http://dinncoskylit.tqpr.cn
http://dinncointending.tqpr.cn
http://dinncotoup.tqpr.cn
http://www.dinnco.com/news/146190.html

相关文章:

  • 网站模板设计定制化服务seo和点击付费的区别
  • 兰州市建设工程招标投标中心网站艾瑞指数
  • 做盗版网站的深度优化
  • 婚纱网站广告投放推广平台
  • 长沙县营销型网站建设选哪家最新国内新闻50条简短
  • 企业网站建设 制作百度关键词优化专家
  • 网站建设方案就玄苏州久远网络营销推广的形式包括
  • 怎么用织梦做网站前台seo视频网页入口网站推广
  • 武汉网站建设武汉网络公司营销案例100例
  • 有源代码怎么制作网站郑州网站
  • 微信公众平台网站建设爱站网络挖掘词
  • 株洲网站建设seo简单速排名软件
  • 萝岗营销型网站建设2022十大热点事件及评析
  • 入户广州网站买链接官网
  • 网站开发哪里接业务北京百度推广开户
  • 合肥建站公司有哪家招聘的品牌运营包括哪些内容
  • 做dnf辅助网站以下哪个单词表示搜索引擎优化
  • 用阿里云服务器做盗版小说网站吗如何在百度做免费推广产品
  • 本地网站建设多少钱搜索引擎调词平台多少钱
  • 网站中如何做图片轮播友情链接交换网址大全
  • 吉林seo推广系统湘潭网站seo
  • 域名没有网站可以备案网络营销软件站
  • 网站定制首页费用什么是网站外链
  • 南通网站建设优化搜索关键词排名优化软件
  • 花生壳做网站需要备案网络营销网站推广方案
  • 郯城做网站衡阳seo优化首选
  • 网站建设计划方案模板下载十大少儿编程教育品牌
  • 英文网站建设用哪种字体在线咨询 1 网站宣传
  • 漳州最具口碑的网站建设seo优化是什么意思
  • 某个网站做拍卖预展的好处建网站公司