📄️ Instance Methods
Use the global glow object to interact with the library via its methods.
📄️ Subscriptions
GLOW subscriptions allow your code to monitor for changes to the user's show. This is important for keeping your UI in sync with actions made elsewhere on a page, and even in other tabs.
📄️ Error Handling
Completely optional. Some of the GLOW functions are asynchronous (this is noted where applicable), and therefore can fail. In advanced use cases, you may want to handle these yourself.