mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-10 00:00:03 +08:00
FirefoxOS initial implementation
This commit is contained in:
+10
@@ -144,4 +144,14 @@
|
||||
</js-module>
|
||||
</platform>
|
||||
|
||||
<!-- firefoxOS -->
|
||||
<platform name="firefoxos">
|
||||
<config-file target="config.xml" parent="/*">
|
||||
<permission name="systemXHR" privileged="true"/>
|
||||
</config-file>
|
||||
|
||||
<js-module src="www/firefoxos/FileTransferProxy.js" name="FileTransferProxy">
|
||||
<runs/>
|
||||
</js-module>
|
||||
</platform>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user