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

Only handle image blobs on front and backends #1252

Open
miketaylr opened this issue Dec 22, 2016 · 0 comments
Open

Only handle image blobs on front and backends #1252

miketaylr opened this issue Dec 22, 2016 · 0 comments

Comments

@miketaylr
Copy link
Member

Filing this as a "future work" issue.

In #1248 we allow the frontend to handle blobs OR base64 screenshot data, but send it all up to the server as base64 strings. It would simplify code to just handle blobs everywhere, since you can treat blobs the same as File objects.

In order for this to happen, we need to make changes in a few places: frontend, server code, add-ons, and the Fennec Nightly reporter code.

Potentially there's perf wins here. Interesting read that's only partially relevant: Esri/offline-editor-js#206

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

No branches or pull requests

2 participants