We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm submitting a ... (check one with "x") [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://ionicworldwide.herokuapp.com/
Current behavior: Entry interface does not have toInternalURL method Property 'toInternalURL' does not exist on type 'Entry'.
toInternalURL
Property 'toInternalURL' does not exist on type 'Entry'.
toInternalURL should be on Entry inerface Expected behavior:
To resolve path with in internal url Ex: cdvfile://localhost/library-nosync/
cdvfile://localhost/library-nosync/
The text was updated successfully, but these errors were encountered:
fix(file): add toInternalURL (#1561)
7c79712
* Put back toInternalURL What was the reason to remove `toInternalURL` from `Entry`? Fixes #1560 * Remove trailing whitespace
check out this url, File System ,on the bottom part, there are some instructions
Sorry, something went wrong.
No branches or pull requests
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://ionicworldwide.herokuapp.com/
Current behavior:
Entry interface does not have
toInternalURL
methodProperty 'toInternalURL' does not exist on type 'Entry'.
toInternalURL
should be on Entry inerfaceExpected behavior:
To resolve path with in internal url Ex:
cdvfile://localhost/library-nosync/
The text was updated successfully, but these errors were encountered: