-
Notifications
You must be signed in to change notification settings - Fork 27.4k
chore($$raf) Remove support for moz prefixed requestAnimationFrame #9577
Conversation
4dd5a20
to
998c61c
Compare
@realityking Checked on a Android 4.2.2 device inside the WebView through Cordova 3.5.0-0.2.7: Update: WebView on Android 4.3 has |
This drops support for Firefox 22 and older.
Well that sucks. Thank you very much @Traxmaxx. I've modified the commit to only remove support for the moz prefix, not sure if that's worth it. |
Could someone review or close this? |
CLAs look good, thanks! |
@matsko what do you think? FF22 was never an ESR release, so there aren't likely to be any large pools of users on it |
@realityking do you think you could find the mozilla bug where the prefix was dropped? it would be good to include that in the commit message to help justify this |
https://bugzilla.mozilla.org/show_bug.cgi?id=909154 I guess I misread this bug, the prefix is not dropped yet, but they want to remove it --- so we probably should land this |
LGTM |
According to can I use this would drop support for the following browsers:
Note, they don't have data on Blackberry 10.1 (where it's prefixed) and 10.2 (where it's unprefixed).
This is also the same level of support as provided by jQuery.