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

Improved feature-detection of chrome.sockets #36

Merged
merged 2 commits into from
May 3, 2019
Merged

Improved feature-detection of chrome.sockets #36

merged 2 commits into from
May 3, 2019

Commits on Apr 4, 2019

  1. fix: feature detection for Google Chrome

    Old version did not check if chrome.sockets.* actually exist.
    This caused problems with extensions built for Chromium-based browsers
    that tried to maintain the single codebase and do feature-detection
    at runtime.
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    838ffde View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. refactor: remove redundant check

    Co-Authored-By: lidel <lidel@lidel.org>
    jscissr and lidel authored Apr 27, 2019
    Configuration menu
    Copy the full SHA
    19817c0 View commit details
    Browse the repository at this point in the history