fetch from no active app state #16179
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: For Stack Overflow
A question for Stack Overflow. Applying this label will cause issue to be closed.
Resolution: Locked
This issue was locked by the bot.
fetch no working. When app in background, fetch work well. How can I send data to server when app no active?
`let approveButton = new NotificationActions.Action({
activationMode: 'background',
title: 'APPROVE',
identifier: 'APPROVE_ACTION'
}, (res, done) => {
fetch('https://test.ru/test');
The text was updated successfully, but these errors were encountered: