Re: [w3c/webcomponents] Overwrites geter/seter in class CustomElement (#598)

The getter/setter is still there on the prototype, check `this.__proto__.data`. You could presumably correct for pre-upgrade values in your constructor by deleting the existing values.

Btw, your setter has a bug that will cause infinite recursion.

-- 
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/598#issuecomment-256645590

Received on Thursday, 27 October 2016 13:48:49 UTC