MishaMgla
MishaMgla
Same issue with "firebase": "^10.6.0", trying UploadBytes() in background extension script. > Good to hear @maneesht > > For anyone stumbling onto this issue with the same problem: We ended...
> @MishaMgla you should only need something like this in your entry point file's top-level scope: > > ```js > import XMLHttpRequest from 'xhr-shim' > > global['XMLHttpRequest'] = XMLHttpRequest >...
> > @MishaMgla you should only need something like this in your entry point file's top-level scope: > > ```js > > import XMLHttpRequest from 'xhr-shim' > > > >...
Same issue VsCode: Version: 1.85.0
Experiencing same issue. With some messages it works flawlessly, with some NewMessage event is never triggered.