-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
The interface with the readAsMap is a bit awkward -- typically I'd assume that this:
setupInput(input, {
readAsMap: { ".*", "DataURL"}
}would make all inputs return a DataURL, or this:
setupInput(input, {
readAsMap: { }
}would make all inputs return the "readAsDefault". Instead, both of these situations end up with a "readAsMap" containing
{
'image/*': 'DataURL',
'text/*' : 'Text'
}Metadata
Metadata
Assignees
Labels
No labels