New issue
Advanced search Search tips

Issue 695794 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Feb 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Bug



Sign in to add a comment

"DataCloneError: DomException 25" storing WebCrypto RSA key in IndexedDB

Reported by pedro.fe...@aralink.com, Feb 24 2017

Issue description

Steps 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

 
After upgrading iOS from 9.2 to 10.2.1 it works. I do not know if it is a chrome bug or a iOS bug
Components: -Blink
Status: WontFix (was: Unconfirmed)
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