-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove channelProxy, change Channel message type to Uint8Array
Replaces channelProxy service by Channel class. All data sent via Channel are of type ArrayBuffer (Uint8Array). Updates devDependencies to latests. Adds/changes some badges in README.
- Loading branch information
Showing
20 changed files
with
653 additions
and
870 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ System.config({ | |
"fs": "github:jspm/[email protected]", | ||
"path": "github:jspm/[email protected]", | ||
"process": "github:jspm/[email protected]", | ||
"systemjs-json": "github:systemjs/[email protected].1" | ||
"systemjs-json": "github:systemjs/[email protected].2" | ||
}, | ||
"npm:[email protected]": { | ||
"util": "github:jspm/[email protected]" | ||
|
Oops, something went wrong.