comlink-async-generator
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

comlink-async-generator

Generator functions support for Comlink

Installation

npm i comlink-async-generator

Usage

import { transferHandlers } from 'comlink';
import { asyncGeneratorTransferHandler } from 'comlink-async-generator';

transferHandlers.set('asyncGenerator', asyncGeneratorTransferHandler);

License

MIT. Copyright (c) Kyaw Swar Thwin <myanmarunicorn@gmail.com>

/comlink-async-generator/

    Package Sidebar

    Install

    npm i comlink-async-generator

    Weekly Downloads

    4

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    20.4 kB

    Total Files

    10

    Last publish

    Collaborators

    • kyawswarthwin