Bug 191519

Summary: [WebAuthN] Dynamically determine the report id and max report size for hid authenticators
Product: WebKit Reporter: Jiewen Tan <jiewen_tan>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: alex.gaynor, jiewen_tan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 181943    

Description Jiewen Tan 2018-11-11 17:26:23 PST
We currently assume report id: 0 and max report size: 64 bytes for all hid authenticators which seems fine according to Chromium's implementation. However, we should actually dynamically determine those values.