mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
In #36364 I moved both serializable and transferable implementations
from the `script_traits` crate into a single file called
`message_ports.rs`. Gregory raised the point that this was a bit of a
inaccurate grouping. This change attempts to fix it according to the
division in the specification.
See [the relevant thread on zulip][thread].
[thread]:
|
||
---|---|---|
.. | ||
mod.rs | ||
serializable.rs | ||
transferable.rs |