@webex/common-timers

3.0.0 • Public • Published

@webex/common-timers

standard-readme compliant

Timer wrappers for the Cisco Webex JS SDK. See https://webex.github.io/webex-js-sdk/

Install

npm install --save @webex/common-timers

Usage

Works just like setTimeout and setInterval, but doesn't wedge a node process open.

import {safeSetTimeout, safeSetInterval} from '@webex/common-timers';

const timer = safeSetTimeout(() => {}, 1000);

const interval = safeSetInterval(() => {}, 1000);

Maintainers

This package is maintained by Cisco Webex for Developers.

Contribute

Pull requests welcome. Please see CONTRIBUTING.md for more details.

License

© 2016-2020 Cisco and/or its affiliates. All Rights Reserved.

Readme

Keywords

none

Package Sidebar

Install

npm i @webex/common-timers

Weekly Downloads

11,962

Version

3.0.0

License

MIT

Unpacked Size

18.1 kB

Total Files

10

Last publish

Collaborators

  • arun3528
  • npm.tropo
  • webex-jenkins
  • adamweeks
  • taymoork2
  • webex-components-publisher
  • webex-web-client