Variable: browserAdapterBlueprint
Variable: browserAdapterBlueprint
const browserAdapterBlueprint: BrowserAdapterBlueprint;
Default blueprint configuration for the Browser Adapter.
This blueprint defines the initial configuration for the Browser adapter within the Stone.js framework. It includes:
- An alias for the Browser platform (
BROWSER_PLATFORM
). - A default resolver function (currently a placeholder).
- Middleware, hooks, and state flags (
current
,default
,preferred
).