💾 Archived View for gemini.bortzmeyer.org › fosdem › event-11101.gmi captured on 2022-04-29 at 01:24:01. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
Akshat Garg
Type devroom
The talk covers different ways on how to communicate across browsing contexts/tab and explains the use-case for each of them.
Starts on day 1 (2021-02-06) at 12:30 (Brussels time, UTC+1) in room Javascript (duration 00:30)
Matrix room #javascript:fosdem.org
The presentation will cover different ways to communicate across browsing contexts. The main 2 approaches are -
1. Shared memory - Localstorage, Cookies, SessionStorage, IndexedDB, SharedArrayBuffers & Atomics
2. Messaging- Postmessage, BroadcastChannel, MessageChannel
The presentation will show a demo of usage for each of the types and explain the use-case, advantages and disadvantages for them.