Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: simplify
MessagePort
construction code a bit
Using `ASSIGN_OR_RETURN_UNWRAP` would return if the created `MessagePort` object had no internal fields. That would be a bug, so switch to a checked conversion instead.
- Loading branch information