AEPKILL / devtools-detector

Detect if DevTools is open

Home Page:https://blog.aepkill.com/demos/devtools-detector/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why count === 2 is not count === 1 in function-to-string.checker ?

claviering opened this issue · comments

because toSting method will be invoked twice.

because toSting method will be invoked twice.

I try to only using devtoolsTestFunction.toString , toString method will be invoked once. Where be invoked another once?