Returns the active context
Binds a the certain context or the active one to the target function and then returns the target
Disable the context manager (clears the current context)
Enables the context manager and creates a default(root) context
Calls the callback function [fn] with the provided [context]. If [context] is undefined then it will use the window. The context will be set as active
Stack Context Manager for managing the state in web it doesn't fully support the async calls though