mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6f9a6bea50
Prevent arbitrary MetaDefinition properties from writing on* handlers directly to meta elements. Browser events can execute these handlers, including on meta elements rendered in the document body.
42 lines
1.1 KiB
Markdown
42 lines
1.1 KiB
Markdown
## API Report File for "platform-browser_errors"
|
|
|
|
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
|
|
```ts
|
|
|
|
// @public
|
|
export const enum RuntimeErrorCode {
|
|
// (undocumented)
|
|
ANIMATION_RENDERER_ASYNC_LOADING_FAILURE = 5300,
|
|
// (undocumented)
|
|
BROWSER_MODULE_ALREADY_LOADED = 5100,
|
|
// (undocumented)
|
|
HYDRATION_CONFLICTING_FEATURES = 5001,
|
|
// (undocumented)
|
|
INSERT_BEFORE_NODE_NOT_FOUND = -5106,
|
|
// (undocumented)
|
|
INVALID_EVENT_ATTRIBUTE = 5203,
|
|
// (undocumented)
|
|
NO_PLUGIN_FOR_EVENT = -5101,
|
|
// (undocumented)
|
|
ROOT_NODE_NOT_FOUND = -5104,
|
|
// (undocumented)
|
|
SANITIZATION_UNEXPECTED_CTX = 5202,
|
|
// (undocumented)
|
|
SANITIZATION_UNSAFE_RESOURCE_URL = -5201,
|
|
// (undocumented)
|
|
SANITIZATION_UNSAFE_SCRIPT = 5200,
|
|
// (undocumented)
|
|
TESTABILITY_NOT_FOUND = 5103,
|
|
// (undocumented)
|
|
UNEXPECTED_SYNTHETIC_PROPERTY = 5105,
|
|
// (undocumented)
|
|
UNSUPPORTED_EVENT_TARGET = -5102,
|
|
// (undocumented)
|
|
UNSUPPORTED_ZONEJS_INSTANCE = -5000
|
|
}
|
|
|
|
// (No @packageDocumentation comment for this package)
|
|
|
|
```
|