Constructor
new OutdatedBrowser()
- Source:
- See:
Example
<OutdatedBrowser
head={true}
cssUrl="/path/to/outdatedbrowser.css"
jsUrl="/path/to/outdatedbrowser.js" />
Members
(static) Cacheable
Cacheable outdated browser detection plugin JSX component.
This class is supposed to be used in combination with the locals
hexo filter
(module:hexo/filter/locals).
Example
<OutdatedBrowser.Cacheable
head={true}
helper={{ cdn: function() {...} }} />