Files
rrweb/.changeset/short-hounds-confess.md
Billy Vong 6f4e691f39 <link> fixes re. modulepreload and fetch logic (#1614)
* `link[rel="modulepreload"]` doesn't require `as="script"` which is tied to rel="preload" only
* extract file extension properly when examining `rel="prefetch"` to disregard URL parameters correctly

Co-authored-by: Eoghan Murray <eoghan@getthere.ie>
2025-02-14 23:31:17 +00:00

7 lines
146 B
Markdown

---
"rrweb-snapshot": patch
"rrweb": patch
---
Change to ignore all link[rel="modulepreload"] instead of including only those with `as="script"`