Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update base.js to fix race condition
In Chrome, the ObjectUrl was being revoked before the image fully loaded. If you wrap that revoke into an onload handler for the image, it solves that problem.
- Loading branch information