MCPcopy
hub / github.com/fingerprintjs/fingerprintjs / ApplePaySessionConstructor

Interface ApplePaySessionConstructor

src/global.d.ts:49–54  ·  view source on GitHub ↗

@see https://developer.apple.com/documentation/apple_pay_on_the_web/apple_pay_js_api

Source from the content-addressed store, hash-verified

47
48/** @see https://developer.apple.com/documentation/apple_pay_on_the_web/apple_pay_js_api */
49interface ApplePaySessionConstructor {
50 /** @see https://developer.apple.com/documentation/apple_pay_on_the_web/apple_pay_js_api/creating_an_apple_pay_session */
51 new (version: number, request: Record<never, never>): never
52 /** @see https://developer.apple.com/documentation/apple_pay_on_the_web/applepaysession/1778027-canmakepayments */
53 canMakePayments(): boolean
54}
55
56interface HTMLAnchorElement {
57 // See https://webkit.org/blog/11529/introducing-private-click-measurement-pcm/

Callers 1

getApplePayStateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…