You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<scripttype="text/javascript">varpl=/\+/g// the escape char (reverse solidus) is removed by edge and finally renders as `/+/g`</script>
BONUS (a sample repo to reproduce the issue)
The text was updated successfully, but these errors were encountered:
isocroft
changed the title
RegEx in an internal script (inside a script tag) get removed by Edge
RegEx in an internal script (inside a script tag) gets removed
Mar 20, 2019
isocroft
changed the title
RegEx in an internal script (inside a script tag) gets removed
RegEx escape char in an internal script (tag) gets removed
Mar 20, 2019
Package version
v1.0.0
Node.js and npm version
Node = v10.15.1
NPM = v6.4.1
Sample Code (to reproduce the issue)
BONUS (a sample repo to reproduce the issue)
The text was updated successfully, but these errors were encountered: