-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
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):
Lines 31 to 33 in 15a6746
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