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
I'm using CF's Wrangler framework to develop an API, and when I plug in twitter-api-v2, yarn dev starts with an error message
`
Uncaught TypeError: globalThis.XMLHttpRequest is not a constructor
at null. (index.js:11733:11) in checkTypeSupport
at null. (index.js:11745:38)
`
Seems to be due to a compatibility issue with node? I don't know if this is a bug or if it will be compatible with cf workers in the future
The text was updated successfully, but these errors were encountered:
I don't see this message in development but it fails when deploying to cloudflare due to the node.js API, I don't think this package is compatible with cloudflare.
I'm using CF's Wrangler framework to develop an API, and when I plug in twitter-api-v2, yarn dev starts with an error message
`
Uncaught TypeError: globalThis.XMLHttpRequest is not a constructor
at null. (index.js:11733:11) in checkTypeSupport
at null. (index.js:11745:38)
`
Seems to be due to a compatibility issue with node? I don't know if this is a bug or if it will be compatible with cf workers in the future
The text was updated successfully, but these errors were encountered: