View Source Plausible.Verification.Checks (Plausible v0.0.1)
Checks that are performed during site verification.
Each module defined in @checks
implements the Plausible.Verification.Check
behaviour.
Checks are normally run asynchronously, except when synchronous execution is optionally required
for tests. Slowdowns can be optionally added, the user doesn't benefit from running the checks too quickly.
In async execution, each check notifies the caller by sending a message to it.