You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since DefinitelyTyped/DefinitelyTyped#63766, seedrandom.State is no longer a defined type; however prng.state() is still defined to return a State. Obviously, this causes a typescript error.
The text was updated successfully, but these errors were encountered:
* persist previously-reported event IDs as a bloom filter
* Pin to older `@types/seedrandom`
... to work around Callidon/bloom-filters#72
* Inline `DecryptionFailureTracker.addDecryptionFailure`
* Remove redundant TRACK_INTERVAL
There really doesn't seem to be much point to this batching up of decryption
failure reports. We still call the analytics callback the same number of times.
* Rename `trackedEvents` to `reportedEvents`
* Fix incorrect documentation on `visibleEvents`
This *does* overlap with `failures`.
* Combine `addFailure` and `reportFailure`
* Calculate client properties before starting reporting
* Clear localstorage after each test
... otherwise they interfere
* Remove redundant comment
* Ensure that reports are cleared on a logout/login cycle
* make private const private and const
---------
Co-authored-by: Richard van der Hoff <[email protected]>
Since DefinitelyTyped/DefinitelyTyped#63766,
seedrandom.State
is no longer a defined type; howeverprng.state()
is still defined to return aState
. Obviously, this causes a typescript error.The text was updated successfully, but these errors were encountered: