We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9822728 commit 9780747Copy full SHA for 9780747
1 file changed
README.md
@@ -9,7 +9,7 @@
9
- Create a new instance of a class and add it as a runtime service using a `new` expression
10
- [TaskPool](#webworkerservicetaskpool) support via WebWorkers
11
- Component's can call their own private static methods in background threads (supports service injection)
12
-- Supports method parameter service injection via `[FromServices]` parameter attribute
+- Supports method parameter service injection via `[FromServices]` and `[FromKeyedServices]` parameter attributes
13
- Works in Blazor WASM .Net 6, 7, 8, and 9.
14
- SharedArrayBuffer is not required. No special HTTP headers to configure.
15
- Supports [transferable objects](#transferable-objects)
0 commit comments