Skip to content

v04.00.04

Compare
Choose a tag to compare
@warren-bank warren-bank released this 05 Dec 22:54
· 84 commits to v04 since this release
release build: v04.00.04

fix: remove all ES6 JS code when API <= 20 (Android 4.4 KitKat)

implications:
  * JS Sandbox is disabled
      equivalent to: @flag noJsSandbox
  * window.GM is undefined
      because: window.Promise is undefined

notes:
  * tested and confirmed to work in Android 4.4 KitKat
  * Android 5.0 and higher supports an upgradeable System WebView