It would be interesting to add push API sources and sinks
More information here:
Possible sources:
From the diagram here: https://w3c.github.io/push-api/#sequence-diagram, it looks like the registration of a push subscription is done via a normal fetch (by sending the PushSubscription), which is already included as a sink function.
It would be interesting to add push API sources and sinks
More information here:
Possible sources:
From the diagram here: https://w3c.github.io/push-api/#sequence-diagram, it looks like the registration of a push subscription is done via a normal fetch (by sending the PushSubscription), which is already included as a sink function.