-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change cdn to npm package POC #114
Change cdn to npm package POC #114
Conversation
Please rebase |
1820dd4
to
6532db6
Compare
@pkong-ds rebased |
var dataurlkey = await allStorage(); | ||
dataurlkey.forEach(function (value, key) { | ||
file = dataURLtoFile(value, key.substring(3, key.length) + ".png"); | ||
var file = dataURLtoFile(value, key.substring(3, key.length) + ".png"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const/let does not work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can work, but other places in this file all using var
😅, I can update them all at once when changing .js
to .ts`
6532db6
to
a342675
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Blocked by
/public
#110What's in this PR?
Ref: MUP-161
change cdns in
download-python-package.js
:upload.js
so didn't remove cdn file)