Skip to content

Commit

Permalink
Chrome not detecting sourcemap set by HTTP header only for ESM JS (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth authored Dec 19, 2024
1 parent 610e3bc commit c4d9bc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion http/headers/SourceMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"support": {
"chrome": [
{
"version_added": "18"
"version_added": "18",
"notes": "Not supported for ECMAScript Modules (`<script type=\"module\">`). See [bug 40854862](https://crbug.com/40854862)."
},
{
"prefix": "X-",
Expand Down

0 comments on commit c4d9bc8

Please sign in to comment.