adding pipe after view on jagr

This commit is contained in:
tomgobich 2020-11-21 10:54:53 -05:00
parent b2a4a404ec
commit c08cc638f6

View File

@ -4,7 +4,7 @@ The following repository will be used in the Jagr 3-part series covering differe
## Lesson 1 - LocalStorage ## Lesson 1 - LocalStorage
**Status:** Completed | [View on YouTube](https://www.youtube.com/watch?v=zvYDJe52aCw) | [View on Jagr](https://jagr.co/posts/how-to-do-cross-tab-communication-in-javascript-with-localstorage) [MDN Doc](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API) **Status:** Completed | [View on YouTube](https://www.youtube.com/watch?v=zvYDJe52aCw) | [View on Jagr](https://jagr.co/posts/how-to-do-cross-tab-communication-in-javascript-with-localstorage) | [MDN Doc](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API)
First, we'll be going over cross-tab communication with LocalStorage. First, we'll be going over cross-tab communication with LocalStorage.
This method is best if you need to support older browsers, it has support back to IE8. This method is best if you need to support older browsers, it has support back to IE8.