Close Interview Question

How would you communicate between browser tabs/windows (via Javascript)?

Interview Answer

Anonymous

Nov 22, 2017

Using localStorage or the BroadcastChannel API.

3