content? | string | The raw JavaScript content of the script to add. One of "url" or "content" is required. |
id? | string | The id attribute to set on the injected script element |
path? | string | Read JavaScript from this local file before sending the mutation. Node.js only. |
type? | string | The type attribute to set on the injected script element, eg: "module" |
url? | string | The URL of the script to add. One of "url" or "content" is required. |