You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added built-in support for loading gzip and deflate encoded data. Encoding is detected by inspecting the payload header, enabling automatic decoding prior to standard data decoding or parsing.
Added compression field in DatasetResource object
Added useAcceptForFilePicker option to upload extension, defaulting to false. Discovery.js supports a wide range of data formats and encodings, relying on file content rather than extensions. Since many supported files have extensions not effectively handled by the accept attribute (due to its limited flexibility and inability to inspect file content) using accept often causes more issues than it solves, and is now disabled by default.