An open API service indexing awesome lists of open source software.

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.

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.