Merge pull request #156 from apache/dependabot/npm_and_yarn/xmldom/xmldom-0.8.13

chore(deps): bump @xmldom/xmldom from 0.8.12 to 0.8.13
tree: 41c42f4a933a6a8f13f87dfb0a161f104755bc6c
  1. .github/
  2. bin/
  3. cordova-js-src/
  4. spec/
  5. .asf.yaml
  6. .gitattributes
  7. .gitignore
  8. .npmignore
  9. .npmrc
  10. .ratignore
  11. CONTRIBUTING.md
  12. eslint.config.js
  13. licence_checker.yml
  14. LICENSE
  15. NOTICE
  16. package-lock.json
  17. package.json
  18. README.md
  19. 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