Accept header automatically generated for an HTTP request.Accept header from the Cardholder's incoming HTTP request on the server side.Accept header for the client request, the same explicitly configured value may be submitted.navigator.javaEnabled() to obtain the value.true
falseNote: In modern browsers, navigator.javaEnabled() always returns false.
navigator.language to obtain the browser's preferred language.ja-JP
en-USscreen.width to obtain the total width of the Cardholder's screen in CSS pixels.1920screen.height to obtain the total height of the Cardholder's screen in CSS pixels.1080screen.colorDepth to obtain the color depth of the Cardholder's screen.1, 4, 8, 15, 16, 24, 32, 48screen.colorDepth returns 30, the submitted value will be 24.Intl.DateTimeFormat().resolvedOptions().timeZone to obtain the Cardholder's IANA time zone identifier.Asia/Tokyo
America/New_York
Europe/London
UTCnavigator.userAgent to obtain the browser's User-Agent string.Mozilla/5.0 (...)