Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement unshipped messages in message port. #1965

Merged
merged 3 commits into from
Nov 17, 2023

Commits on Nov 17, 2023

  1. Implement unshipped messages in message port.

    Implement storage of unshipped message in message port, to allow a
    message port to receive and hold messages before the destination is
    ready to receive them.
    
    Use the above functionality to unblock worker.postMessage calls to no
    longer wait until the worker script completes loading and executing.
    
    b/310240306
    jellefoks committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    e670f60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    937e538 View commit details
    Browse the repository at this point in the history
  3. Address comments

    jellefoks committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    69fb04b View commit details
    Browse the repository at this point in the history