Today I found HTML tag SCRIPT with two files in src seperated by pipe char.
What does it mean? Never before have I seen it.
It loads both files? Or only a.js
, if a.js not exist then load b.js
?
<script src="a.js|b.js" type="text/javascript" charset="utf-8"></script>