Skip to content

Bug fix

Latest
Compare
Choose a tag to compare
@ruionwriting ruionwriting released this 18 May 17:58
· 2 commits to master since this release

Prevents "Attempted to assign to readonly property" error. When set window.crypto = window.crypt || window.msCrypto, Safari throws the error: "Attempted to assign to readonly property". Thanks to @iarly for PR #1.