Demostrates that that `WeakRefs` with `MessagePort` already expose whether a cross-origin iframe has been
destroyed. Try
- click log
- Choose one of
- cross-origin
- click sendPort1 cross-origin
- click delete iframe
- same-origin
- click sendPort1 same-origin
- click drop reference
- force a garbage collection in devtools
- click log
You'll see that the weak refs become null.