"DataCloneError: DomException 25" storing WebCrypto RSA key in IndexedDB
Reported by
pedro.fe...@aralink.com,
Feb 24 2017
|
||
Issue descriptionSteps to reproduce the problem: 1. Generate a RSA key pair 2. Store the private key into IndexedDB Live Demo: https://demo.aralink.com/test/ipad.html What is the expected behavior? The private key should be stored into the indexedDB What went wrong? objectStore.add(objectToSave); throws an unexpected error: DataCloneError: DomException 25 Did this work before? No Chrome version: 51.0.2704.104 Channel: stable OS Version: 9.2 Flash Version: Works perfectly on Android, Windows and Mac. Also works in iOS-Safari. Just fail on iOS-Chrome
,
Feb 24 2017
Chrome on iOS is based on WKWebView that is shipped with iOS. IndexedDB is implemented in WKWebView. Upgrading iOS upgraded WebKit on your device, which I suspect fixed the issue. |
||
►
Sign in to add a comment |
||
Comment 1 by pedro.fe...@aralink.com
, Feb 24 2017