Skip to content

Releases: oracle/cordova-plugin-wkwebview-file-xhr

Content Disposition request header fix

11 Jul 12:47
6581b14
Compare
Choose a tag to compare

Cordova-ios-6 Support Update

28 Sep 06:55
Compare
Choose a tag to compare
3.0.0

Changes for v3.0.0

Fixed plugin XML version

28 Feb 17:48
9212243
Compare
Choose a tag to compare

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)

22 Oct 14:59
efcbf9d
Compare
Choose a tag to compare

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.

2.1.1

18 Jan 14:46
ad5db7f
Compare
Choose a tag to compare

cordova-plugin-wkwebview-file-xhr v2.1.1 (01/18/2018)

  • XMLHttpRequest setRequestHeader normalizes the value pair to string types (issue #13).

2.1.0

01 Dec 17:36
Compare
Choose a tag to compare

cordova-plugin-wkwebview-file-xhr v2.1.0 (12/1/2017)

  • Added a FormData polyfill that works in tandem with the XMLHttpRequest polyfill (issue #4).
  • Fixed compatibility issues with iOS 11 (issue #6).
  • Rewired incorrect firing of the onerror event (issue #9).