Chromium Code Reviews
DescriptionFix media_router_bindings.js for binary messaging.
Mojo JS codegen provides binary data in objects of type Array<number>,
not Uint8Array. This change fixes the assumption, and provides the
required Uint8Array to the provider handler function.
Committed: https://crrev.com/6582d0b551556bb7793daf855d994c2ec864ddb3
Cr-Commit-Position: refs/heads/master@{#438025}
Patch Set 1 #
Total comments: 2
Patch Set 2 : !Array<number> #Messages
Total messages: 12 (6 generated)
|