CSSNotificationGeckoStrategy Class
Constructor
CSSNotificationGeckoStrategy
    
        ()
    
    
    
    
    
    
    
    
    
    Item Index
Methods
Methods
poll
    
        
            (
    
    
    
    
        private
    
    
    
    
    
    
    - 
                    
                        node
- 
                    
                        callback
This method was borrowed and adapted from lazyload, Copyright (c) 2011 Ryan Grove ryan@wonko.com See original source and license information at this link: https://github.com/rgrove/lazyload/blob/master/lazyload.js
Begins polling to determine when the specified stylesheet has finished loading in Gecko. Polling stops when all pending stylesheets have loaded or after a timeout period (to prevent stalls).
Successful loading of the stylesheet within the timeout period is signalled by the invocation of the client-supplied callback function. There is no guarantee of this callback being invoked.
Parameters:
- 
                    
                        nodeHTMLElementStyle node to poll. 
- 
                    
                        callbackFunctionCallback function is invoked if the polled resource finishes loading within the timeout period. 
