In the performance-observer.mdx can we clarify a few items about using navigator.sendBeacon():
- The data size limitation of up to 64 KiB (65,536 bytes)
- The type of data that can be sent in ArrayBuffer, Blob, etc.
- When to use pagehide event as fallback
sendBeacon documentation
In the performance-observer.mdx can we clarify a few items about using
navigator.sendBeacon():sendBeacon documentation