- From: Matthew Phillips <notifications@github.com>
- Date: Thu, 27 Oct 2016 06:48:17 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 27 October 2016 13:48:49 UTC
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