Created
April 20, 2018 18:05
-
-
Save selbekk/64877526168c99dbb82d27ce43fdbb19 to your computer and use it in GitHub Desktop.
Some nice and fancy new timeproxy examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import tp from 'timeproxy'; | |
| const REQUEST_TIMEOUT = tp.TWENTY_SECONDS; | |
| const COOKIE_EXPIRY_TIME = tp.A_WEEK; | |
| const DEBOUNCE_PERIOD = tp.HALF_A_SECOND; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment