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

Fix webdriver.io interception issue (#742) by choosing fetch function at call time rather than import time #742

Merged
merged 6 commits into from
Jan 3, 2023

Commits on Dec 29, 2022

  1. fix: fetch-dispatcher to set fetch within dispatch

    Krishnamurti Subramanian committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    d8af6fc View commit details
    Browse the repository at this point in the history
  2. Fix webdriver.io interception issue by getting fetch function at call…

    … time rather than import time
    silesky committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    5ae11df View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. add tests

    silesky committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    fac4c27 View commit details
    Browse the repository at this point in the history
  2. change sig

    silesky committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    97d7004 View commit details
    Browse the repository at this point in the history
  3. simplify

    silesky committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    0ea5fef View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. add additional test

    silesky committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    2b57cb3 View commit details
    Browse the repository at this point in the history