tracker: typo in comment
This commit is contained in:
parent
25e98de6e2
commit
67dcb48a7f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export enum InlineCssMode {
|
|||
Disabled = 0,
|
||||
/** will attempt to record the linked css file as AdoptedStyleSheet object */
|
||||
Inline = 1,
|
||||
/** will fetch the file, then simulated AdoptedStyleSheets behavior programmaticaly for the replay */
|
||||
/** will fetch the file, then simulate AdoptedStyleSheets behavior programmaticaly for the replay */
|
||||
InlineFetched = 2,
|
||||
/** will fetch the file, then save it as plain css inside <style> node */
|
||||
PlainFetched = 3,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue