script outside of the html #137
Answered
by
valentinedwv
valentinedwv
asked this question in
Q&A
-
We have a page where the script is outside of the HTML
Best shown on the validator.schema.org In chrome developers tools pane in the chrome browser, the script is move into the head.
Is it possible to do this in the cdp tooling? |
Beta Was this translation helpful? Give feedback.
Answered by
valentinedwv
Feb 4, 2023
Replies: 1 comment 4 replies
-
actually, it looks like the javascript code should be rendering to the head, but when using go library, the element is not found there.
Using LoadEventFired does let the script load into the head. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
valentinedwv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
actually, it looks like the javascript code should be rendering to the head, but when using go library, the element is not found there.
Using LoadEventFired does let the script load into the head.