Fix 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. Review-Url: https://codereview.chromium.org/2568933003 Cr-Commit-Position: refs/heads/master@{#438025}
Showing
Please register or sign in to comment