Function
| Static Public Summary | ||
| public |
asyncMiddleware(objectPattern: {"dispatch": *}): * |
|
| public |
contextThunkMiddleware(buildContext: *, options: *, http: *): * |
|
| public |
renderer(appFn: *, options: {}): * |
|
Static Public
public asyncMiddleware(objectPattern: {"dispatch": *}): * source
import asyncMiddleware from 'protium/src/async-tracker.js'Params:
| Name | Type | Attribute | Description |
| objectPattern | {"dispatch": *} |
|
Return:
| * |
public contextThunkMiddleware(buildContext: *, options: *, http: *): * source
import contextThunkMiddleware from 'protium/src/context-thunk.js'Params:
| Name | Type | Attribute | Description |
| buildContext | * | ||
| options | * | ||
| http | * |
Return:
| * |
public renderer(appFn: *, options: {}): * source
import {renderer} from 'protium/src/renderer.js'Params:
| Name | Type | Attribute | Description |
| appFn | * | ||
| options | {} |
|
Return:
| * |