mirror of
https://gitee.com/shuto-github/cordova-plugin-network-information.git
synced 2026-05-29 00:00:04 +08:00
added firefoxos network apis
This commit is contained in:
@@ -17,6 +17,15 @@
|
||||
<js-module src="www/Connection.js" name="Connection">
|
||||
<clobbers target="Connection" />
|
||||
</js-module>
|
||||
|
||||
<!-- firefoxos -->
|
||||
<platform name="firefoxos">
|
||||
<config-file target="config.xml" parent="/*">
|
||||
<param name="firefox-package" value="Network" />
|
||||
</config-file>
|
||||
|
||||
<source-file src="src/firefoxos/network.js" target dir="src/firefoxos" />
|
||||
</platform>
|
||||
|
||||
<!-- android -->
|
||||
<platform name="android">
|
||||
|
||||
Reference in New Issue
Block a user