Skip to content

Commit

Permalink
Extend description
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Nov 2, 2024
1 parent 607802c commit e8796cb
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,20 @@
- Manifest: v2 and v3
- Contexts: All contexts

This package is very barebones, it does not provide type safety, it just matches received messages to the handlers and is able to receive errors from the handlers. It's been in use by [Refined GitHub](https://github.com/refined-github/refined-github) for a long while.
Features:

- Promise-based API
- Avoids message handling boilerplate
- Suggests a simple messaging pattern
- Passes errors back to the sender

What it doesn't have:

- Type safety
- Complexity

It's very barebones and it's been in use by [Refined GitHub](https://github.com/refined-github/refined-github) for a long while.


## Install

Expand Down

0 comments on commit e8796cb

Please sign in to comment.