This package has been deprecated

Author message:

WARNING: We renamed this module to @webex/common-timers. Please install it instead. See https://github.com/webex/spark-js-sdk#the-cisco-webex-js-sdk for more information.

@ciscospark/common-timers

1.52.2 • Public • Published

@ciscospark/common-timers

standard-readme compliant

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

Install

npm install --save @ciscospark/common-timers

Usage

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

import {safeSetTimeout, safeSetInterval} from '@ciscospark/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-2018 Cisco and/or its affiliates. All Rights Reserved.

Readme

Keywords

none

Package Sidebar

Install

npm i @ciscospark/common-timers

Weekly Downloads

77

Version

1.52.2

License

MIT

Unpacked Size

4.64 kB

Total Files

5

Last publish

Collaborators

  • webex-jenkins
  • adamweeks