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

Hmm, but what I described were the case (if Proxies were allowed, and DOM API operated only on the [[Target]]), then an issue I foresee would be that if someone uses `querySelector` to get an element, it will be the actual element, not a Proxy, and that will end in things not working the way the proxy-returning class designed.

-- 
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-560025482

Received on Saturday, 30 November 2019 22:12:45 UTC