Releases: oracle/cordova-plugin-wkwebview-file-xhr
Releases · oracle/cordova-plugin-wkwebview-file-xhr
Content Disposition request header fix
3.1.0 Changes for v3.1.0
Cordova-ios-6 Support Update
3.0.0 Changes for v3.0.0
Fixed plugin XML version
The plugin.xml did not match the published version (or the version defined in package.json). This throws off Cordova plugin framework
Allow xhr access to the device data directory (/Library) in addition to the application package (/www)
A mobile application can download content to the application data directory and may want to serve content from this directory in addition to content from the application package. This needs xhr access to the device data directory (/Library) in addition to the application package (/www).
The purpose of the pull request is to add support for xhr content served from application data directory.