Home > @lynx-js/rspeedy > Output > inlineScripts
The Output.inlineScripts option controls whether to inline scripts into Lynx bundle (.lynx.bundle
).
Signature:
If no value is provided, the default value would be true
.
This is different with output.inlineScripts since we normally want to inline scripts in Lynx bundle (.lynx.bundle
).
Only background thread scripts can remain non-inlined, whereas the main thread script is always inlined.
Disable inlining background thread scripts.