JS exclude question
-
Hi
I have a question about excluding JS from being deferred. If I have a chunk of inline JS code, how do I exclude it? An example code:
<script> var va1=0; function func1(){...}; function func2(){};</script>
What do I put into exclusions to exclude whole chunk? For example, if I add any strings that uniquely only appear in this code, like “func1”, will it be enough?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.