load_from_data
Description:
Loads data
into this, and by doing so clears any previously loaded information.
Parameters:
this | |
data |
CSS data loaded in memory |
length |
the length of |
Returns:
true. The return value is deprecated and false will only be returned for backwards compatibility reasons if an throws is not null and a loading error occurred. To track errors while loading CSS, connect to the parsing_error signal. |