aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/undici/lib/web/fetch/symbols.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/undici/lib/web/fetch/symbols.js')
-rw-r--r--node_modules/undici/lib/web/fetch/symbols.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/node_modules/undici/lib/web/fetch/symbols.js b/node_modules/undici/lib/web/fetch/symbols.js
new file mode 100644
index 0000000..32e360e
--- /dev/null
+++ b/node_modules/undici/lib/web/fetch/symbols.js
@@ -0,0 +1,9 @@
+'use strict'
+
+module.exports = {
+ kUrl: Symbol('url'),
+ kHeaders: Symbol('headers'),
+ kSignal: Symbol('signal'),
+ kState: Symbol('state'),
+ kDispatcher: Symbol('dispatcher')
+}