js property
Names of JavaScript files to be injected as a part of the content script.
Implementation
List<String>? get js =>
_wrapped.js?.toDart.cast<String>().map((e) => e).toList();
Names of JavaScript files to be injected as a part of the content script.
List<String>? get js =>
_wrapped.js?.toDart.cast<String>().map((e) => e).toList();