Synchronously get either whether the bug is present (if already detected or detection is sync)
or kick off detection and return the initial value if detection is async
Returns any
valuePending
getvaluePending():any
Get whether the bug is present or not, or a promise that will resolve to this value when detection is complete.
Synchronously get either whether the bug is present (if already detected or detection is sync) or kick off detection and return the initial value if detection is async