Source map is not visible at Chrome network tab

前端 未结 2 932
梦如初夏
梦如初夏 2020-12-15 05:40

Before Google Chrome update I saw source map files at Chrome Devtools on Network tab. Now, after update to version 43.0.2357.134 m I don\'t see them.

Ma

相关标签:
2条回答
  • 2020-12-15 06:22

    There is a way to get this information by searching for "map" in

    chrome://net-internals/#events

    0 讨论(0)
  • 2020-12-15 06:45

    This was a side-effect of fixing bug 362913 which was a feature request being tracked in issue 465032.

    If you have a need for seeing the map files then please file a new issue for it and explain the use-case for why you need it.

    0 讨论(0)
提交回复
热议问题