Last active
April 20, 2018 16:56
-
-
Save selbekk/232f1d50f6a0863c5b0d3acf24d2edc8 to your computer and use it in GitHub Desktop.
Some good ol' regular 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
| const REQUEST_TIMEOUT = 1000 * 20; | |
| const COOKIE_EXPIRY_TIME = 1000 * 60 * 60 * 24 * 7; | |
| const DEBOUNCE_PERIOD = 500; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment