How to use the workbox-core/_private/canConstructReadableStream.js.canConstructReadableStream function in workbox-core

To help you get started, we’ve selected a few workbox-core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github GoogleChrome / workbox / packages / workbox-streams / src / isSupported.ts View on Github external
function isSupported() {
  return canConstructReadableStream();
}