From 8181eaaf8f3f1fdbf6579d9474454c4a3134a305 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sun, 3 May 2015 11:25:55 +0430 Subject: [PATCH] no ? --- _posts/2015-04-02-broadcast-channel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2015-04-02-broadcast-channel.md b/_posts/2015-04-02-broadcast-channel.md index 7c40fd9..b4f4f8f 100644 --- a/_posts/2015-04-02-broadcast-channel.md +++ b/_posts/2015-04-02-broadcast-channel.md @@ -9,7 +9,7 @@ categories: api [BroadcastChannel API](https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_Channel_API) is a new API used to communicate between same-origin tabs opened by the same user. -#Why? +#Why Let's say you open two GitHub tabs, the [rust repository](https://github.com/rust-lang/rust) and [your stars](https://github.com/stars) page. You decide to star the awesome rust repository, but then you have to refresh your stars page to see your new star. That's sad. There must be a way for GitHub to refresh your stars page in case you star something in another tab, right?