Skip to content

Commit

Permalink
Merge pull request #22 from throwaway96/web-fix-lists-20240210
Browse files Browse the repository at this point in the history
Fix lists in web.md
  • Loading branch information
Informatic authored Feb 10, 2024
2 parents ad5367b + dc30757 commit c007ced
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions content/pages/web.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,27 @@ unknown reasons.
Some of the issues encountered using DevTools on older webOS versions may be
resolved by using an older release of Chromium. Specifically, according to
[LG's App Debugging documentation](https://webostv.developer.lge.com/develop/getting-started/app-debugging),
the supported versions are:
the supported versions are:

* webOS 1–3: Chrome 38
* webOS 4–5: Chrome 68
* webOS 6+: latest version

The LG documentation links to these Chrome builds:
The LG documentation links to these Chrome builds:

* Chrome 38
* [Windows](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win/290006/)
* [Windows](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win/290006/)
([archived `chrome-win32.zip`](https://web.archive.org/web/20240107004449/https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Win%2F290006%2Fchrome-win32.zip?generation=1408138291841000&alt=media))
* [macOS](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/306948/)
* [macOS](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/306948/)
([archived `chrome-mac.zip`](https://web.archive.org/web/20240107004731/https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Mac%2F306948%2Fchrome-mac.zip?generation=1417744721002000&alt=media))
* [Linux (64-bit)](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Linux_x64/320008/)
* [Linux (64-bit)](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Linux_x64/320008/)
([archived `chrome-linux.zip`](https://web.archive.org/web/20240107004029/https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F320008%2Fchrome-linux.zip?generation=1426035118231000&alt=media))
* Chrome 68
* [Windows](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win/561747/)
* [Windows](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win/561747/)
([archived `chrome-win32.zip`](https://web.archive.org/web/20240107003242/https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Win%2F561747%2Fchrome-win32.zip?generation=1527218007950356&alt=media))
* [macOS](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/561749/)
* [macOS](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/561749/)
([archived `chrome-mac.zip`](https://web.archive.org/web/20240107004529/https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Mac%2F561749%2Fchrome-mac.zip?generation=1527219878121130&alt=media))
* [Linux (64-bit)](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Linux_x64/561747/)
* [Linux (64-bit)](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Linux_x64/561747/)
([archived `chrome-linux.zip`](https://web.archive.org/web/20240107004029/https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F320008%2Fchrome-linux.zip?generation=1426035118231000&alt=media))

# Undocumented features
Expand Down

0 comments on commit c007ced

Please sign in to comment.