TTLabs / EvaporateJS

Javascript library for browser to S3 multipart resumable uploads
1.82k stars 207 forks source link

Fix issue undefined is not an object evaluating (evaluating p.search[0]) uri SignedS3AWSRequest #389

Closed Tarang closed 6 years ago

Tarang commented 7 years ago

A URL object will have an undefined search parameter in most instances. It works fine with the fallback method.

This should prevent uploading issues on upgraded WK iOS browsers that understand the URL object.

bikeath1337 commented 7 years ago

Thank you very much. Please add test coverage for this change.

bikeath1337 commented 6 years ago

Thank you for your contribution.