Skip to content
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

tasks/File Converter.md to create more sensible code #144

Closed
gfwilliams opened this issue May 18, 2015 · 2 comments
Closed

tasks/File Converter.md to create more sensible code #144

gfwilliams opened this issue May 18, 2015 · 2 comments

Comments

@gfwilliams
Copy link
Member

Rather than a big 'atob', I'm pretty sure the following:

var s=atob("....");
s+=atob("....");
s+=atob("....");
s+=atob("....");

Would allow more data to be loaded into RAM.

@gfwilliams
Copy link
Member Author

Instead of this we could maybe look at adding the ability to create code to load a file into storage (or even just a Web Bluetooth page for it?)

@gfwilliams
Copy link
Member Author

Handled with Web IDE 'Storage' window

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant