chore(deps-dev): bump js-yaml from 4.2.0 to 4.3.1 (#166)
1 file changed
tree: 983be048f3767b2608b220b5151690daa1d16cf8
  1. .github/
  2. cordova-js-src/
  3. lib/
  4. templates/
  5. test/
  6. .asf.yaml
  7. .gitattributes
  8. .gitignore
  9. .npmignore
  10. .npmrc
  11. .rat-excludes
  12. CONTRIBUTING.md
  13. eslint.config.js
  14. licence_checker.yml
  15. LICENSE
  16. NOTICE
  17. package-lock.json
  18. package.json
  19. README.md
  20. RELEASENOTES.md
README.md

Node CI codecov.io

Cordova Browser

Target modern web browsers to build Apache Cordova based applications.

Goals

  • Browser targeted deployment
  • Surfacing native platform incompatibilities from the open web platform

PWA support

cordova-browser now includes support for progressive web apps (PWAs)

  • if your project supplies a manifest.json in the www/ dir, it will be used
    • a manifest.json will be generated otherwise
  • if your js code registers a service worker, it will also be used