Skip to content

Support local paths in the browser #110

@anuveyatsu

Description

@anuveyatsu

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions