I'd like to periodically ping a server using service workers.
At this current moment, Chrome supports "background syncing", but it cannot be used at situations like this, because it could be abused to mine crypto, for example.
I have read there were plans in 2015 to add periodic background syncing to Chrome - this would require user's permission, but would be very useful for some cases.
However, I cannot seem to find any actual documentation about it, or if it's even supported, since Chrome doesn't have "periodic background sync" or similar in the list of website permissions.
In a nutshell - is periodic background sync working on Chrome already? If so, is there any documentation on it?