ic-disable-when-doc-hidden
- Disable When Document Hidden AttributeThe ic-disable-when-doc-hidden
attribute tells Intercooler to not to issue a given request if the
document is currently hidden, as determined by the document.hidden
property. This allows you to
pause polling, for example, when a document is in an inactive tab, or the screen saver is running.
The value of the attribute should be true
or false
ic-disable-when-doc-hidden
has no dependency implications.