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

Support local paths in the browser #110

Open
anuveyatsu opened this issue Nov 21, 2017 · 2 comments
Open

Support local paths in the browser #110

anuveyatsu opened this issue Nov 21, 2017 · 2 comments

Comments

@anuveyatsu
Copy link
Member

anuveyatsu commented Nov 21, 2017

We're developing Electron app and had this problem when trying to read files in Electron app's window (which is actually a browser window):

if (config.IS_BROWSER) {
throw new TableSchemaError('Local paths are not supported in browser')
}

Can I ask what's the reason for this? And should we consider doing PR to support it?

More info: datopian/frontend-showcase-js#171

@roll roll changed the title Why local paths are not supported in browser? Support local paths in the browser Dec 10, 2017
@roll
Copy link
Member

roll commented Dec 10, 2017

Initially it wasn't intended to be used in the browser. But this use-case and also datapackage-ui shows that it's needed.

@roll roll closed this as completed Apr 6, 2020
@roll roll reopened this Apr 6, 2020
@roll roll added review and removed review labels Apr 20, 2020
@FoxxMD
Copy link

FoxxMD commented May 3, 2021

Has there been any progress on this?

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

No branches or pull requests

3 participants