- From: Darien Maillet Valentine <notifications@github.com>
- Date: Sat, 08 Jan 2022 22:15:18 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 9 January 2022 06:15:31 UTC
I shoulda also mentioned regarding @@hasInstance that because the default behavior (reflected at `Function.prototype[Symbol.hasInstance]`) is a (recursive) prototype check rather than a brand check, stuff like `new Proxy(document.createElement("a"), {}) instanceof Node` evals to true by default. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/951#issuecomment-1008237981 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/951/1008237981@github.com>
Received on Sunday, 9 January 2022 06:15:31 UTC