Polls has_been_allowed.async once to check if the trusted notification
has been approved on another device.
Returns { status: 'pending' } if still waiting. The caller should
re-execute every ~7.5 s (matching the real app's interval) until
approved or denied is returned.
Polls
has_been_allowed.asynconce to check if the trusted notification has been approved on another device.Returns
{ status: 'pending' }if still waiting. The caller should re-execute every ~7.5 s (matching the real app's interval) untilapprovedordeniedis returned.