@data-wrangling-components/utilities
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -24,2 +24,3 @@ /*! | ||
export declare const createBaseFile: (content: Blob, options?: FileOptions | undefined) => BaseFile; | ||
export declare function createReader(): FileReader; | ||
export declare const getTextFromFile: (file: BaseFile) => Promise<string>; | ||
@@ -26,0 +27,0 @@ export declare const getJsonFileContentFromFile: (file: BaseFile) => Promise<Json>; |
@@ -87,3 +87,3 @@ /*! | ||
}; | ||
function createReader() { | ||
export function createReader() { | ||
const reader = new FileReader(); | ||
@@ -90,0 +90,0 @@ reader.onabort = ()=>console.log('file reading was aborted') |
@@ -64,2 +64,7 @@ ## API Report File for "@data-wrangling-components/utilities" | ||
// Warning: (ae-missing-release-tag) "createReader" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) | ||
// | ||
// @public (undocumented) | ||
export function createReader(): FileReader; | ||
// Warning: (ae-missing-release-tag) "download" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) | ||
@@ -66,0 +71,0 @@ // |
@@ -64,2 +64,7 @@ ## API Report File for "@data-wrangling-components/utilities" | ||
// Warning: (ae-missing-release-tag) "createReader" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) | ||
// | ||
// @public (undocumented) | ||
export function createReader(): FileReader; | ||
// Warning: (ae-missing-release-tag) "download" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) | ||
@@ -66,0 +71,0 @@ // |
{ | ||
"name": "@data-wrangling-components/utilities", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
@@ -112,3 +112,3 @@ /*! | ||
function createReader() { | ||
export function createReader() { | ||
const reader = new FileReader() | ||
@@ -115,0 +115,0 @@ reader.onabort = () => console.log('file reading was aborted') |
Sorry, the diff of this file is not supported yet
125148
1851