From e8796cb1ecf5c81c3e07b9263a8223487df86760 Mon Sep 17 00:00:00 2001 From: Federico Date: Sat, 2 Nov 2024 14:37:22 +0700 Subject: [PATCH] Extend description --- readme.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 17e79b6..e9d157c 100644 --- a/readme.md +++ b/readme.md @@ -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