Skip to content

Commit

Permalink
remove FileReader
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed Feb 25, 2024
1 parent 8a940ec commit b7b72c5
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 1,198 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ module.exports.Response = require('./lib/web/fetch/response').Response
module.exports.Request = require('./lib/web/fetch/request').Request
module.exports.FormData = require('./lib/web/fetch/formdata').FormData
module.exports.File = require('./lib/web/fetch/file').File
module.exports.FileReader = require('./lib/web/fileapi/filereader').FileReader

const { setGlobalOrigin, getGlobalOrigin } = require('./lib/web/fetch/global')

Expand Down
290 changes: 0 additions & 290 deletions lib/web/fileapi/encoding.js

This file was deleted.

Loading

0 comments on commit b7b72c5

Please sign in to comment.