[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["`BrowserRequestOptions` is an abstract class for browser-based request parameters, extending `RequestOptions`. It's used for make credential and signature requests from a Web browser, via its subclasses: `BrowserPublicKeyCredentialCreationOptions` and `BrowserPublicKeyCredentialRequestOptions`. Key actions include retrieving the client data hash via `getClientDataHash()` and getting the request origin using `getOrigin()`. It also includes inherited methods from `RequestOptions` like getting a challenge, request ID, and serializing options to bytes.\n"]]