mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
67cd2dd29d
To provide feature parity with the `DOMParser.getAttribute` API which would unescape html entities for free this PR unescapes url strings which come from node attributes. In a similar vain to https://github.com/shaka-project/shaka-player/pull/6198 which unescapes child strings.