Passing BLOB object using chrome.runtime.sendMessage
Hi, i want to bass the blob object from background js to content script, asnow it looses its type and get converted into an empty object.
from background.js
var blobData = Blob{}; //here i have a blob object which was created at this page
var fr = ne...