Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(network-interface): match latest plugin release #2587

Merged

Conversation

lordjabez
Copy link
Contributor

@lordjabez lordjabez commented Jul 6, 2018

As currently implemented, this wrapper doesn't work for all underlying platform implementations (certainly not on Android, because the Promise resolves to an object, not a string).

I've changed the types to any here in the interest of simplicity. I've also updated the associated documentation in a PR against the plugin implementation repo (https://github.com/salbahra/cordova-plugin-networkinterface).

closes: #2472

@danielsogl danielsogl changed the title Update network-interface plugin to work across all underlying platforms feat(network-interface): match latest plugin release Jul 7, 2018
@danielsogl danielsogl added the target: patch This PR is targeted for the next patch release label Jul 7, 2018
@danielsogl danielsogl merged commit 4f41589 into danielsogl:master Jul 8, 2018
@lordjabez lordjabez deleted the bugfix/update-network-interface branch July 13, 2018 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing Parameters in NetworkInterface
2 participants