mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-10 00:00:03 +08:00
fixing base64 helper function clobber for wp7
[CB-4668] fixing FileTransfer code to work in wp7 and be safe for headers which contain ':'
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@
|
||||
<source-file src="src/wp/FileTransfer.cs" />
|
||||
|
||||
<js-module src="www/wp7/base64.js" name="base64">
|
||||
<clobbers target="window.FileTransfer" />
|
||||
<clobbers target="window.FileTransferBase64" />
|
||||
</js-module>
|
||||
|
||||
</platform>
|
||||
|
||||
Reference in New Issue
Block a user