mirror of
https://github.com/AEPKILL/devtools-detector.git
synced 2026-04-26 23:15:48 +03:00
[GH-ISSUE #45] date-to-string and function-to-string checkers #108
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#108
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 @EladGB on GitHub (Aug 15, 2022).
Original GitHub issue: https://github.com/AEPKILL/devtools-detector/issues/45
Originally assigned to: @AEPKILL on GitHub.
Hi,
Could you please explain how the date-to-string and function-to-string checkers work?
I mean, from the code it seems that when the Devtools is open the "log" should call them twice (because the code checks "==2").
But I tried with console open and it is called only once, so the counter is 1 and never gets to 2.
BTW- I apologize if this is not the right place to leave this question but I couldn't find any thread for posting questions :))
@AEPKILL commented on GitHub (Aug 18, 2022):
This is because in the old chrome kernel it will be executed twice