enum Protocol::CSS::StyleSheetOrigin
Overview
Stylesheet type: "injected" for stylesheets injected via extension, "user-agent" for user-agent stylesheets, "inspector" for stylesheets created by the inspector (i.e. those holding the "via inspector" rules), "regular" for regular stylesheets.
Defined in:
protocol/css.crEnum Members
-
Injected =
0
-
UserAgent =
1
-
Inspector =
2
-
Regular =
3