Not fully removing newlines with async/defer in script-tag
lifeofguenter opened this issue ยท 4 comments
lifeofguenter commented
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap">
</script>
(via: https://google-developers.appspot.com/maps/documentation/javascript/adding-a-google-map)
WyriHaximus commented
Interesting, I'll have a look at it. Thanks for reporting ๐
WyriHaximus commented
Hey sorry for the late reply, been busy with https://github.com/reactphp/http/releases/tag/v0.8.0 the past few months. I'll be adding an edge case test for this later today/tomorrow ensuring this works as intended. Thank you for reporting, I'll keep you posted ๐
WyriHaximus commented
WyriHaximus commented
Just tagged 1.3.0
with this in it ๐ .