Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,14 @@ Another driving factor is performance and the fact that everything happens in th
DevDocs being a developer tool, the browser requirements are high:

* Recent versions of Firefox, Chrome, or Opera
* Safari 11.1+
* Edge 17+
* iOS 11.3+

This allows the code to take advantage of the latest DOM and HTML5 APIs and make developing DevDocs a lot more fun!
* Safari 16.4+
* Edge 89+
* iOS 16.4+

The app is served as ES modules resolved through an import map, which is the
newest thing it relies on and what sets the versions above. This allows the code
to take advantage of the latest DOM and HTML5 APIs and make developing DevDocs a
lot more fun!

## Scraper

Expand Down
Loading
Loading