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

data:loaded could return the original data too #24

Open
ccloquet opened this issue Apr 26, 2016 · 1 comment
Open

data:loaded could return the original data too #24

ccloquet opened this issue Apr 26, 2016 · 1 comment
Labels

Comments

@ccloquet
Copy link

ccloquet commented Apr 26, 2016

On line 51,

the data:loaded event could also return the original data, so it can be further processed/stored in the app

this.fire('data:loaded', 
    {
        layer: layer, 
        filename: file.name, 
        format: ext, 
        result:e.target.result
    }
);
@manuamador
Copy link

Nice addition, very useful.

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

No branches or pull requests

3 participants