FetchSourceHandler
Reference — FetchSourceHandler in the Mutka module API.
Type Alias: FetchSourceHandler
type FetchSourceHandler = (ref) => Promise<string>;Defined in: sandbox/authoring/hostProxy.ts:30
Parameters
| Parameter | Type |
|---|---|
ref | string |
Returns
Promise<string>