You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newer versions of Node.js have AbortController in globalThis, but it cannot be used since type errors are occurred conflicting with the one from abort-controller. Maybe we should allow them too?
Newer versions of Node.js have
AbortController
inglobalThis
, but it cannot be used since type errors are occurred conflicting with the one fromabort-controller
. Maybe we should allow them too?grammY/src/shim.node.ts
Line 1 in 334f617
The text was updated successfully, but these errors were encountered: