web-component-devtools
web-component-devtools copied to clipboard
Create a object accessor for chrome/firefox interop
With FF, we sometimes need to access data through wrappedJSObject. It would be nice to make it so that we didn't have to pollute code with checks for this.
Maybe a shallow copy of the object every time we get something from DOM, or a access method to get data from it.