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

worker: implement Web Locks API #36502

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Commits on Dec 14, 2020

  1. worker: implement Web Locks API

    This is based upon nodejs#22719
    and exposes the same API. Instead of a C++-backed approach,
    this variant implements the API mostly in JS.
    
    Refs: nodejs#22719
    Co-authored-by: Gus Caplan <[email protected]>
    2 people authored and targos committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    84ab409 View commit details
    Browse the repository at this point in the history
  2. fixup! worker: implement Web Locks API

    addaleax authored and targos committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    949b24d View commit details
    Browse the repository at this point in the history
  3. test: add web-locks WPT

    targos committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    87feb3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fed56d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4f7cf0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0403239 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    f30da92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eaa2ce View commit details
    Browse the repository at this point in the history