You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following behaviors mandated by the spec weren't tested:
- Serializing a non-serializable platform object, or transferring a
non-transferable platform object, should fail.
- Platform objects must deserialize even if their interface has been
deleted from the realm's global.
- Objects which have serializable or transferable interfaces in their
inheritance hierarchy must deserialize as instances of the closest
such interface.
- Transferring again a detached object will fail.
This change also passes the test object as an additional parameter to
the `f` function of structured clone tests, to make it possible to test
that a promise rejects.
0 commit comments