We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2f6c38 + 2759c5c commit bf4c340Copy full SHA for bf4c340
README.md
@@ -103,7 +103,9 @@ Method available
103
// #value: string
104
blockAdBlock.setOption(options, value);
105
106
-// Allows to check if AdBlock is enabled
+// Manually check if AdBlock is enabled.
107
+// Returns `true` upon completion of check.
108
+// Returns `false` if check cannot be performed (eg due to another check in progress).
109
// The parameter 'loop' allows checking without loop several times according to the value of 'loopMaxNumber'
110
// Example: loop=true => time~=200ms (time varies depending on the configuration)
111
// loop=false => time~=1ms
0 commit comments