Description

A feature that sets the subscriber to a mode where he is no longer able to receive push nofitications. This may be useful when testing a delivery optimization feature, for example.

Could be used only in the development environment (can be also set manualy in a production environment with forcing manager API to start in DEBUG mode with a further static rebuild).

HowTo

Can be activated via debug console in the browser:

sendServiceWorkerCommand('dropOnTheFloor') 

To deactivate:

sendServiceWorkerCommand('reset')