Re: [w3c/webcomponents] Can't reuse custom element constructors? (#618)

A local registry would require a custom element’s constructor identifying itself to `HTMLElement`’s constructor as to which registry it belongs. e.g. new argument.  Alternatively, we need to introduce a new internal slot in ECMAScript like `new.target` which corresponds to this extra information.

-- 
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/618#issuecomment-268652990

Received on Wednesday, 21 December 2016 22:02:13 UTC