diff options
Diffstat (limited to 'node_modules/undici/lib/web/fileapi/symbols.js')
| -rw-r--r-- | node_modules/undici/lib/web/fileapi/symbols.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/node_modules/undici/lib/web/fileapi/symbols.js b/node_modules/undici/lib/web/fileapi/symbols.js deleted file mode 100644 index dd11746..0000000 --- a/node_modules/undici/lib/web/fileapi/symbols.js +++ /dev/null @@ -1,10 +0,0 @@ -'use strict' - -module.exports = { - kState: Symbol('FileReader state'), - kResult: Symbol('FileReader result'), - kError: Symbol('FileReader error'), - kLastProgressEventFired: Symbol('FileReader last progress event fired timestamp'), - kEvents: Symbol('FileReader events'), - kAborted: Symbol('FileReader aborted') -} |