Open wkeese opened 9 years ago
On Android 4.2 (tested on Android 4.2.2 emulator), has("setter-on-native-prop") is false yet neither MutationObserver nor WebKitMutationObserver is defined, so the code in CustomElement#createdCallback() fails.
has("setter-on-native-prop")
I'd like to fallback to using the DOMAttrModified event, but apparently that doesn't work on Webkit (to track attribute changes), so maybe something like http://engineering.silk.co/post/31921750832/mutation-events-what-happens.
On Android 4.2 (tested on Android 4.2.2 emulator),
has("setter-on-native-prop")
is false yet neither MutationObserver nor WebKitMutationObserver is defined, so the code in CustomElement#createdCallback() fails.I'd like to fallback to using the DOMAttrModified event, but apparently that doesn't work on Webkit (to track attribute changes), so maybe something like http://engineering.silk.co/post/31921750832/mutation-events-what-happens.