apache / cordova-plugin-network-information

Apache Cordova Network Information Plugin
https://cordova.apache.org/
Apache License 2.0
464 stars 321 forks source link

Performance-related fix #30

Closed sidferreira closed 9 years ago

sidferreira commented 9 years ago

Move all conversions to line 236, saving ~14 tests

purplecabbage commented 9 years ago

Thanks, I am planning to remove all string comparisons one day and actually use the defined types, but this does help in the meantime.