source property

String source
final

The JavaScript source to inject.

The source executes in a private function scope on every supported platform. Assign values to globalThis when they must be visible to page scripts or other registered user scripts.

Implementation

final String source;