Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactors server communication internals
* All comm methods use the same codebase (send) * Comm methods no longer support callbacks at arguments * $then is added to provide callback chainning without using promises * Adds collectionTest with fetch test * Fixes a bunch of linter errors
- Loading branch information