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
preamble.js: Don't use fetch() in Node.js environment (#16917)
Node 18 added instantiateStreaming() support, which our JS notices
and tries to use together with fetch(), but fetch() does not work
properly yet in Node. To avoid breakage, avoid that code path in node.
Fixes#16913
0 commit comments