arm developer website is so bad it's like a parody of modern web practices:
✔️ no content in page, only 6mb javascript
✔️ page content loaded by making individual requests for each section (each of which takes 0.2s for me)
✔️ actual text on page returned as json {"content": "base64 of html"} (not a joke)
✔️ said html wraps every header with 8 unstyled divs
✔️ two post requests to /track per second

possibly the only documentation that makes me WANT to read their pdf instead