mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-04-24 00:00:03 +08:00
update cordova-ios in test app template
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = function init(FormData, console, messages) {
|
||||
function logWarnings() {
|
||||
if (!FormData) {
|
||||
console.warn(messages.MISSING_FORMDATA_API);
|
||||
} else if (!FormData.prototype || !FormData.prototype.entries) {
|
||||
} else if (!FormData.prototype || !FormData.prototype.entries) {
|
||||
console.warn(messages.MISSING_FORMDATA_ENTRIES_API);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user