Skip to content

Defines the setTimeout and clearTimeout functions for non-browser Kony environments -i.e. Native Android or iOS. This helps the Kony platform play nice with other javascript modules that might depend on these function definitions -e.g. Promises polyfills and Kris Kowal's Q.js

kony-ronin/kony-timeout-polyfill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timeouts Polyfill for the Quantum Platform

Defines the setTimeout, clearTimeout, setInterval and clearInterval functions for non-browser environments. This allows for the use of third party libraries dependent on these functions in Visualizer native applications.

How to Install

You can get these included in your Visualizer project by running

npm install --prefix=modules kony-timeout-polyfill

It's important to keep the aaa prefix in order to force these modules to be loaded before any other javascript libraries that might be dependent on setTimeout/clearTimeout or setInterval/clearInterval being defined.

About

Defines the setTimeout and clearTimeout functions for non-browser Kony environments -i.e. Native Android or iOS. This helps the Kony platform play nice with other javascript modules that might depend on these function definitions -e.g. Promises polyfills and Kris Kowal's Q.js

Resources

Stars

Watchers

Forks

Packages

No packages published