Important information: from Q1 the compatibility layer which was used in the transition beta period is now removed. All client-side methods strictly follow the ASP.NET AJAX conventions and are lower case. For instance: set_mode() should always be used from now on, set_Mode() is no longer supported. 
Example:
    
    
    
        
This change also results in significant improvement in page loading times.
                                Example:
| Old supported syntax | 
            New supported syntax  | 
        
| get_Text() | get_text() | 
| get_Html() | get_html() | 
| set_Html() | set_html() | 
| get_Document() | get_document() | 
| get_Mode() | get_mode() | 
This change also results in significant improvement in page loading times.
