@btfuse/core
Version:
A native-first framework for building hybdrid web-native applications
9 lines (8 loc) • 332 B
TypeScript
import { HTTPFuseAPI } from '../HTTPFuseAPI';
/**
* A Fuse API implementation for iOS that uses WKURLSchemeHandler to bridge the JS and Native API calls.
*/
export declare class IOSSchemeFuseAPI extends HTTPFuseAPI {
protected _getEndpoint(): Promise<string>;
protected _initHeaders(xhr: XMLHttpRequest): Promise<void>;
}