TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

BroadcastChannel API – Communicating between tabs

7 pointsby mdibaieeabout 10 years ago

1 comment

alexforsterabout 10 years ago
A first class API for cross-document communication is something that has been sorely needed for a long time. I've solved this problem in the past by treating LocalStorage as a page of shared memory and using it to create a publish/subscribe event system. I'm sure the same concept can be used to create a compatibility shim for this API.