DeferredScript

data class DeferredScript(val path: String) : HeadContribution

A <script src="..." defer> tag loading an external script file with deferred execution.

Parameters

path

file path relative to the library's output directory

Constructors

Link copied to clipboard
constructor(path: String)

Properties

Link copied to clipboard