mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
doc: fix cross_realm_transform
documentation
Signed-off-by: Jason Tsai <git@pews.dev>
This commit is contained in:
parent
9933c66e95
commit
b05a3c39b8
1 changed files with 2 additions and 2 deletions
|
@ -459,8 +459,8 @@ pub(crate) struct ManagedMessagePort {
|
|||
/// Whether the port has been closed by script in this global,
|
||||
/// so it can be removed.
|
||||
explicitly_closed: bool,
|
||||
/// Handler for a transfered transform stream.
|
||||
/// A message port can be used to transfer either a readable or a writable stream.
|
||||
/// The handler for `message` or `messageerror` used in the cross realm transform,
|
||||
/// if any was setup with this port.
|
||||
cross_realm_transform: Option<CrossRealmTransform>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue