demo · v135

Budget and priority lab

Queue multiple fetchLater() requests with different payload sizes and watch the 64KB origin budget tick down. When you exceed it, the next call rejects with QuotaExceededError — mirroring how Chrome enforces the deferred request quota that prevents abuse of the API.

fetchLater: ? budget: 64 KB / origin

origin budget

0 KB / 64 KB

queued requests

    see also