mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, Angular would warn users when simply re-encoding text outside of the ASCII range. While harmless, the log spam was annoying. With this change, Angular specifically tracks whether anything was stripped during sanitization, and only reports a warning if so. Fixes #10206. |
||
|---|---|---|
| .. | ||
| browser | ||
| dom | ||
| security | ||
| web_workers | ||
| browser.ts | ||
| facade | ||
| worker_app.ts | ||
| worker_render.ts | ||