mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
CB-7957 Adds support for browser platform
This commit is contained in:
committed by
Jesse MacFadyen
parent
837771c4c6
commit
bb0ed704a8
@@ -161,4 +161,11 @@
|
||||
<runs/>
|
||||
</js-module>
|
||||
</platform>
|
||||
|
||||
<!-- browser -->
|
||||
<platform name="browser">
|
||||
<js-module src="www/browser/FileTransfer.js" name="BrowserFileTransfer">
|
||||
<clobbers target="window.FileTransfer" />
|
||||
</js-module>
|
||||
</platform>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user