Pinned Loading
-
-
Basic javascript observable
Basic javascript observable 1function Observable(initialVal = undefined) {
2let staticValue = initialVal;
3let listeners = [];
45this.next = (val) => {
-
-
OhHaiBrowser/Browser
OhHaiBrowser/Browser PublicA productivity focused web browser
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.