Skip to content

kyawswarthwin/comlink-async-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Generator functions support for Comlink

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published