forked from whatwg/streams
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
naive attempt at transferring readable streams
As [[storedError]] is observable, can be an arbitrary object, and is very likely an uncloneable Error, it can't be sent to a new realm reliably. So just forbid errored streams. Still needs clearer semantics of when structured cloning occurs and how DataCloneErrors are reported. Cloning needs polyfilling somehow too. Related to: whatwg#244, whatwg#276
- Loading branch information
isonmad
committed
Dec 3, 2016
1 parent
872188a
commit 20b4a8b
Showing
2 changed files
with
54 additions
and
1 deletion.
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