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