YAHOO.util.StorageEvent
                                
                                        
                            
                        
                                    (
  
                                        
                                                
                                                storageArea
                                                , 
                                                key
                                                , 
                                                oldValue
                                                , 
                                                newValue
                                                , 
                                                type
                                    )
                                
                                - Parameters:
 - 
                                                    
storageArea <Object>Required. The Storage object that was affected. - 
                                                    
key <String>Required. The key being changed; DOMString in HTML 5 spec. - 
                                                    
oldValue <String>Required. The old value of the key being changed; DOMString in HTML 5 spec. - 
                                                    
newValue <String>Required. The new value of the key being changed; DOMString in HTML 5 spec. - 
                                                    
type <String>Required. The storage event type.