Search
Preparing search index...
The search index is not available
favicons-app
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"App/services/favicons/FaviconsWorker"
FaviconsWorker
Class FaviconsWorker
Hierarchy
FaviconsWorker
IFaviconsWorker
Index
Constructors
constructor
Properties
config
file
on
Result
output
use
Offscreen
Canvas
Methods
create
Archive
generate
push
Output
set
Config
set
File
Constructors
constructor
new
Favicons
Worker
(
useOffscreenCanvas
?:
boolean
)
:
FaviconsWorker
Parameters
Default value
useOffscreenCanvas:
boolean
= typeof OffscreenCanvas !== 'undefined'
Returns
FaviconsWorker
Properties
Private
config
config
:
IWorkerConfig
= null
Private
file
file
:
Vinyl
= null
on
Result
on
Result
:
(
file
:
IResultFile
)
=>
void
Type declaration
(
file
:
IResultFile
)
:
void
Parameters
file:
IResultFile
Returns
void
Private
output
output
:
Vinyl
[]
= []
use
Offscreen
Canvas
use
Offscreen
Canvas
:
boolean
Methods
create
Archive
create
Archive
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
generate
generate
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Private
push
Output
push
Output
(
file
:
Vinyl
, contents
?:
string
)
:
void
Parameters
file:
Vinyl
Optional
contents:
string
Returns
void
set
Config
set
Config
(
config
:
IWorkerConfig
)
:
Promise
<
void
>
Parameters
config:
IWorkerConfig
Returns
Promise
<
void
>
set
File
set
File
(
file
:
File
)
:
Promise
<
void
>
Parameters
file:
File
Returns
Promise
<
void
>
Globals
"
App/services/favicons/
Favicons
Worker"
Favicons
Worker
constructor
config
file
on
Result
output
use
Offscreen
Canvas
create
Archive
generate
push
Output
set
Config
set
File
IFavicons
Worker
IResult
File
IWorker
Config
Generated using
TypeDoc