mirror of
https://github.com/AEPKILL/devtools-detector.git
synced 2026-04-26 23:15:48 +03:00
[GH-ISSUE #85] False positives #56
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#56
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 @dragos99 on GitHub (Dec 25, 2025).
Original GitHub issue: https://github.com/AEPKILL/devtools-detector/issues/85
Hey, unfortunately this has false positives. Do you know when such cases could happen?
@AEPKILL commented on GitHub (Dec 26, 2025):
False positives can occur when the client is under heavy load or experiencing severe performance issues.
The performance-based detection measures timing differences in console operations. When the system is lagging, these measurements become unreliable and can trigger false positives even when DevTools is closed.
You can read more about how the detection works here: https://github.com/AEPKILL/devtools-detector/blob/master/HOW_IT_WORKS.md#2-performance-difference-detection-currently-effective
I'll work on fixing this issue, but it may take some time.