Re: [w3c/webcomponents] Returning a Proxy from a Custom Element constructor (#857)

If the Custom Element spec had disallowed upgrades, then we'd be in good shape: the engine could rely on Proxied instances (assuming [[Target]] matches the engine's internal object, otherwise error). Because, for internal slots, the engine could read from the target object directly.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/857#issuecomment-560026261

Received on Saturday, 30 November 2019 22:26:16 UTC