We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7980aa8 commit 30550b4Copy full SHA for 30550b4
packages/plugins/web/abort-signal.ts
@@ -54,7 +54,7 @@ const AbortControllerFactoryPlugin = /* @__PURE__ */ createPlugin<object, {}>({
54
},
55
});
56
57
-const AbortSignalPlugin = createPlugin<
+const AbortSignalPlugin = /* @__PURE__ */ createPlugin<
58
AbortSignal,
59
{ reason?: SerovalNode; controller?: SerovalNode; factory?: SerovalNode }
60
>({
0 commit comments