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

feat: Promise-like API for PeerJS #1127

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

feat: Promise-like API for PeerJS #1127

wants to merge 11 commits into from

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    b2016a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e18b44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0319432 View commit details
    Browse the repository at this point in the history
  4. feat: await new Peer()

    jonasgloning committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    2cba46d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bee2bdb View commit details
    Browse the repository at this point in the history
  6. some IPeer types

    jonasgloning committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    e40007a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. refactor: implement Promise for all PeerJS objects

    `Proxy` instead of patching `this`
    jonasgloning committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    54e2ac6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15311d9 View commit details
    Browse the repository at this point in the history
  3. refactor: fix event types for library consumers

    This requires some `// @ts-expect-error` until we find out how to tell
    the typescript compiler what events are available
    jonasgloning committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b49ef4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5edbfd5 View commit details
    Browse the repository at this point in the history
  5. npm run check

    jonasgloning committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b26a8e7 View commit details
    Browse the repository at this point in the history