rehy / cordova-promise-polyfill

Promise polyfill for Cordova.
2 stars 2 forks source link

Why polyfill? #1

Open geekyguy18 opened 7 years ago

geekyguy18 commented 7 years ago

Why this polyfill is being install with "cordova-plugin-admob-free" ? if it is not important, will it be safe to remove it from my cordova app? as i want to use minimal no. of plugins for faster startup.

ratson commented 7 years ago

This is needed as not all device webview has native Promise support. I would expect this is still needed in 2-3 years, hopeful at that time most device has this feature builtin.

Did you measure how slow down this cost? Would love to know number and add a note for users.