-
Notifications
You must be signed in to change notification settings - Fork 205
Closed
Description
Due to the way evaporate.js parses a url into a uri object (see https://github.com/TTLabs/EvaporateJS/blob/master/evaporate.js#L1981) by using document.createElement('a');
, it cannot currently be used in a web worker without some modifications (such as pulling in jsdom, which I have not yet tried so I can't guarantee it works).
Currently, we are using AWS Signature V2, and calculating the MD5 on large file uploads causes our UI to stutter and stop responding until the uploading is finished; this is the reason we are trying to use evaporate.js in a web worker in the first place, so if there is some workaround to this performance issue, I would greatly welcome any recommendations.
Thanks for the awesome library!
YoshiWalsh
Metadata
Metadata
Assignees
Labels
No labels