mileOfSunshine / blog

2 stars 0 forks source link

浏览器页面通信调研 #37

Open mileOfSunshine opened 3 years ago

mileOfSunshine commented 3 years ago

浏览器页面之间进行通信的四种方式

localStorage实现同源跨域

mileOfSunshine commented 3 years ago

WebSocket其实没那么难

webSocket Demo

https://html.spec.whatwg.org/multipage/web-sockets.html

mileOfSunshine commented 3 years ago
  1. localStorage 实现同源跨域

2.websocket