-
-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [#1565] Validate that object is of type Blob in FileReader.readA…
…sArrayBuffer, FileReader.readAsBinaryString, FileReader.readAsDataURL and FileReader.readAsText (#1575) * fix: [#1565] Strictly check the type of `blob` parameters * chore: [#1565] Uses TypeError from Window, as BrowserExceptionObserver can then detect the origin of the error * chore: [#1565] Fixes linting error --------- Co-authored-by: David Ortner <david@ortner.se>
- Loading branch information
1 parent
343bc49
commit 6ff0d8f
Showing
2 changed files
with
97 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters