Specifies the options allowed when lazy loading a script.
async/src/lazy-loader/script-load-options.ts
Properties |
async |
async:
|
Type: boolean
|
Optional |
(Optional) Specifies whether the script should be loaded asyncroneously.
|
defer |
defer:
|
Type: boolean
|
Optional |
(Optional) Specifies whether the script's execution should defer.
|