【发布时间】:2021-05-14 12:44:18
【问题描述】:
有没有办法在 IntelliJ Idea(或 WebStorm)中传递开发浏览器标志? (就像 chrome "unsafely-treat-insecure-origin-as-secure" StackOverflow answer)
如果我尝试使用
获取用户地理位置navigator.geolocation.watchPosition
我收到此错误,它不允许我直接从 IntelliJ 调试我的 web 应用程序
但我在开发工具中的 Chrome 中成功调试了它
好像在IntelliJ中没有地方添加dev-flags
【问题讨论】:
标签: debugging intellij-idea google-chrome-devtools webstorm geopositioning