tc39 / proposal-mass-proxy-revocation

Proposal for revoking proxies en masse.
MIT License
5 stars 1 forks source link

record the shortening issue if passing between realms #3

Open bmeck opened 2 years ago

bmeck commented 2 years ago

The proposal does not need to solve for this, but needs to record a concern:

If realms A <-> B <-> C form a chain where B introduces something from A to C, the realm B should not need to act as a permanent intermediary from A to B to C and vice versa. It should be possible to GC B entirely in theory if a signal is passed between A to C even if it passes through B.