mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Create a StructuredCloneData struct to encapsulate the result of a structured clone.
This commit is contained in:
parent
1834359f16
commit
57aaa60fa5
5 changed files with 35 additions and 14 deletions
|
@ -64,6 +64,7 @@ pub mod dom {
|
|||
pub mod conversions;
|
||||
mod proxyhandler;
|
||||
pub mod str;
|
||||
pub mod structuredclone;
|
||||
pub mod trace;
|
||||
|
||||
/// Generated JS-Rust bindings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue