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

Refactor ws4redis.js #287

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Refactor ws4redis.js #287

wants to merge 2 commits into from

Commits on Jan 16, 2019

  1. Refactor ws4redis.js

    Refactor to ES6
     + As ES6 Class
     + eslint standard
     + without jquery
     + new callbacks: error, reconnecting, heartbeatTimeout
     + new options: maxAttempts, maxMissedHeartbeats, heartbeatLapse, autoConnect
    aitanadev authored Jan 16, 2019
    Configuration menu
    Copy the full SHA
    bf5e9ac View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. misssing export

    Export default for standar ES6 modules import
    aitanadev authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    a5b0227 View commit details
    Browse the repository at this point in the history