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
VM23117:1 Uncaught ReferenceError: Buffer is not defined
at eval (eval at isBufferUtf8Representable (is-buffer-utf8-representable.js:9:31), <anonymous>:1:1)
at isBufferUtf8Representable (is-buffer-utf8-representable.js:9:31)
at FetchAdapter.onFetchResponse (index.js:182:29)
at async FetchAdapter.onPassthrough (index.js:159:22)
at async FetchAdapter.onRecord (index.js:197:32)
at async FetchAdapter.handleRequest (index.js:91:13)
Config
Copy the config used to setup the Polly instance:
import{Polly}from'@pollyjs/core';importFetchAdapterfrom'@pollyjs/adapter-fetch';importXHRAdapterfrom'@pollyjs/adapter-xhr';importLocalStoragePersisterfrom'@pollyjs/persister-local-storage';Polly.register(FetchAdapter);Polly.register(XHRAdapter);Polly.register(LocalStoragePersister);constpolly=newPolly('<Recording Name>',{adapters: ['fetch','xhr'],persister: 'local-storage'});const{ server }=polly;server.host('https://abc.abc.abc',()=>{server.any().intercept((req,res)=>{debugger;console.log(req,res)});})
vue3 vite with arraybuffer. missing module buffer
Shareable Source
Error Message & Stack Trace
Config
Copy the config used to setup the Polly instance:
Dependencies
Copy the @pollyjs dependencies from
package.json
:Environment
Node.js v20.7.0
darwin 22.6.0
npm 10.1.0
yarn 1.22.21
The text was updated successfully, but these errors were encountered: