🟡 As of 6a09953f142e51af34eaf7a96edbc5e47aa985ae., some errors may persist due to browser not being declared. I plan on fixing that soon but that involves some modularization. There is another one that's like this in background.ts for handleMessage(...). For some reason, it should return Promise<IRequest>, but it continues to error out and say IRequest.data does not match. I will look into that.
🟡 As of 6a09953f142e51af34eaf7a96edbc5e47aa985ae., some errors may persist due to
browser
not being declared. I plan on fixing that soon but that involves some modularization. There is another one that's like this inbackground.ts
forhandleMessage(...)
. For some reason, it should returnPromise<IRequest>
, but it continues to error out and sayIRequest.data
does not match. I will look into that.