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

first baby steps towards native browser support for the JS sdk of testground #25

Closed
wants to merge 5 commits into from

Commits on Oct 1, 2022

  1. expose parseRunParams of runtime

    glendc committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    da26edf View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    40263a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. do not expose parseRunParams any longer

    glendc committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    44545a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. improve browser support

    - switch to polyfill process name for browser detection
      as to make this automatic, rather than explicit
    - make currentRunEnv also work from a browser
    glendc committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    3267223 View commit details
    Browse the repository at this point in the history
  2. s/process.name/process.title/g

    glendc committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    2191269 View commit details
    Browse the repository at this point in the history