https://github.com/patternslib/pat-resourcepolling
A Patternslib pattern which periodically checks whether certain resources are available.
https://github.com/patternslib/pat-resourcepolling
hacktoberfest javascript patternslib ui-components
Last synced: about 1 year ago
JSON representation
A Patternslib pattern which periodically checks whether certain resources are available.
- Host: GitHub
- URL: https://github.com/patternslib/pat-resourcepolling
- Owner: Patternslib
- License: mit
- Created: 2014-10-23T11:39:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T00:48:56.000Z (over 3 years ago)
- Last Synced: 2025-03-15T19:14:56.107Z (over 1 year ago)
- Topics: hacktoberfest, javascript, patternslib, ui-components
- Language: JavaScript
- Homepage:
- Size: 3.66 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# pat-resourcepolling
This is a [Patternslib](patternslib.com) pattern that periodically checks
whether certain resources (such as images) are available.
Suppose you have documents in your website for which you generate image
previews.
When the page loads, these previews might not yet be available. This pattern
will periodically poll (with exponential drop-off in polling period) the server
to inquire whether (and which) resources are available.