@spot-flow/checkout-inline-js
Version:
This project is an inline library that enables users to make payments seamlessly. It integrates smoothly into your application, providing a streamlined checkout experience.
12 lines (11 loc) • 372 B
TypeScript
export declare function getBrowserDetails(): {
httpBrowserLanguage: string;
httpBrowserJavaEnabled: boolean;
httpBrowserJavaScriptEnabled: boolean;
httpBrowserColorDepth: string;
httpBrowserScreenHeight: string;
httpBrowserScreenWidth: string;
httpBrowserTimeDifference: string;
userAgentBrowserValue: string;
deviceChannel: string;
};