Open belden opened 1 year ago
This client code:
const jsonString = JSON.stringify({my: 'payload'}); const blob = new Blob([jsonString], {type: 'text/plain;charset=utf-8'}); navigator.sendBeacon('https://my-dev-server', blob);
triggers a TypeError in zombie, originating here
TypeError
https://github.com/assaf/zombie/blob/e6cf0f81368349392f433c7b5122fb568b9b30b0/src/fetch.js#L208
This client code:
triggers a
TypeError
in zombie, originating herehttps://github.com/assaf/zombie/blob/e6cf0f81368349392f433c7b5122fb568b9b30b0/src/fetch.js#L208