Philipp Waldmann
Philipp Waldmann
Hi, I'm using sonic for a bigger project and it's working great. Except when it crashes in irregular intervals (every 1 - 2 days). The communication is done via the...
`getFile()` could potentially return an empty object. Calling e.g. `updateStatus` on that object will throw an error. I observed this behavior on Firefox. E.g. the `thumbnail`event-handler was invoked after the...
calling `parseCognitoWebResponse(window.location.href)` (like in the [sample](https://github.com/aws/amazon-cognito-auth-js/blob/master/sample/index.html)) will throw an error if the url does contain any arbitrary fragment (e.g. `https://domain.com/signin-callback.html#foo`) ``` aws-cognito-sdk.js:11656 Uncaught TypeError: First argument must be a string,...
Hi, thanks for this awesome library. I saw that it's possible to define an alias for a field. Is it possible to have alternative input field names for a single...