warning
warning(deprecated: string, replacement: string, version: string) → {}
display a deprecation warning in the console
Name | Type | Description |
---|---|---|
deprecated | string |
deprecated class,function or property name |
replacement | string |
the replacement class, function, or property name |
version | string |
the version since when the lass,function or property is deprecated |
Type | Description |
---|