mirror of
https://github.com/AEPKILL/devtools-detector.git
synced 2026-04-26 23:15:48 +03:00
[GH-ISSUE #4] google 版本 72.0.3626.121(正式版本) (64 位)不支持 #6
Labels
No labels
bug
bug
enhancement
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/devtools-detector#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guoxiaobei on GitHub (Mar 5, 2019).
Original GitHub issue: https://github.com/AEPKILL/devtools-detector/issues/4
支持各个浏览器到什么版本 试了一下谷歌版本 72.0.3626.121(正式版本) (64 位)不支持
@AEPKILL commented on GitHub (Mar 6, 2019):
呃 是支持的 我忘了更新 demo 了
现在你再试下呢
@guoxiaobei commented on GitHub (Mar 6, 2019):
qq浏览器不支持
@guoxiaobei commented on GitHub (Mar 6, 2019):
google好像还是不支持呢
@AEPKILL commented on GitHub (Mar 6, 2019):
我看你的截图是没有问题的啊
@guoxiaobei commented on GitHub (Mar 6, 2019):
应该是这种的呀
@AEPKILL commented on GitHub (Mar 6, 2019):
这个只是其中的一种检测方式
devtools-detector内置了好多种检测方式,在这里查看到所有检查策略: checkers只要你打开控制台页面上的文字会变成: 'devtools status: open'
关闭控制台页面上的文字会变成: 'devtools status: close'
那么久说明是检测成功的。
如果你只需要这一种检测策略要可以这么写:
建议你使用默认的检测策略
另外请问你这是什么浏览器啊,按理说
webkit内核不会触发debuggerChecker开发过程中开启检测会影响你调试的,如果你使用了
webpack之类的构建工具,建议你仅在生产模式下启动检测,像这样: