happy-opfs
    Preparing search index...

    Function isReady

    • Checks if the sync channel is ready to use.

      Returns boolean

      true if ready, false otherwise.

      1.11.0

      if (!SyncChannel.isReady()) {
      await SyncChannel.connect(new URL('./worker.js', import.meta.url));
      }