@fedify/solidstart@2.2.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
fedify-dev/fedifyWorks with
•JSR Score100%•This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers



License
•MIT
Downloads4/wk
•Publisheda week ago (2.2.0)
Integrate Fedify with SolidStart
Functions
f
fedifyMiddleware<TContextData>(): ReturnType<createMiddleware>
federation: Federation<TContextData>,
createContextData?: ContextDataFactory<TContextData>
Create a SolidStart middleware to integrate with the Federation object.
Type Aliases
T
ContextDataFactory<TContextData> = (event: FetchEvent) => TContextData | Promise<TContextData>
A factory function that creates the context data for the Federation object.