0.1.5 • Published 3 years ago
@satumjs/async-override v0.1.5
@satumjs/async-override
override async for sandbox
Usage
// 用于行内代码,生成 fakeUrl 用于缓存等
getFileFakeUrl(fileName:string, appName?:string): string
// 改写 fetch 方法
satumMicroFetchFactory(
data: IMicroApp | { system: IActorSystem, appName?: string },
fetch?: typeof fetch,
): (req: string | RequestInfo, options?: RequestInit) => Promise<Response | undefined>
// 改写 ajax 类
satumMicroFetchFactory(
data: IMicroApp | { system: IActorSystem, appName?: string },
customAjaxClass?: typeof XMLHttpRequest,
): XMLHttpRequest
// 改写 document.createElement 方法
satumMicroCreateElementFactory(
data: IMicroApp | { system: IActorSystem, appName?: string },
createElement?: typeof document.createElement,
fakeWinName?: string, // window 对象上 沙箱的 property
): (tagName: keyof HTMLElementTagNameMap, options?: ElementCreationOptions) => HTMLElement | null
// 改写 document.head.appendChild 方法
satumMicroHeadAppendChildFactory(
fakeHead: HTMLElement,
appendChild?: typeof document.head.appendChild,
customProcess?: (el: HTMLElement, fakeHead: HTMLElement, embedStylesIntoTemplate?: boolean) => HTMLElement | boolean | undefined,
): appendChild(el: HTMLElement) => HTMLElement
0.1.5-beta.0
3 years ago
0.1.5
3 years ago
0.1.3-beta.2
3 years ago
0.1.2-beta.2
3 years ago
0.1.3-beta.1
3 years ago
0.1.2-beta.0
3 years ago
0.1.2-beta.1
3 years ago
0.1.3-beta.0
3 years ago
0.1.3-rc.0
3 years ago
0.1.2
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2-rc.0
3 years ago
0.1.1
3 years ago
0.1.1-rc.0
3 years ago
0.1.0
3 years ago
0.0.10
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago