File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
common/devtools/chromium/v115 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10886,17 +10886,17 @@ experimental domain Preload
10886
10886
# Identifies a document which the rule set is associated with.
10887
10887
Network.LoaderId loaderId
10888
10888
# Source text of JSON representing the rule set. If it comes from
10889
- # < script> tag, it is the textContent of the node. Note that it is
10889
+ # ` script` tag, it is the textContent of the node. Note that it is
10890
10890
# a JSON for valid case.
10891
10891
#
10892
10892
# See also:
10893
10893
# - https://wicg.github.io/nav-speculation/speculation-rules.html
10894
10894
# - https://github.com/WICG/nav-speculation/blob/main/triggers.md
10895
10895
string sourceText
10896
10896
# A speculation rule set is either added through an inline
10897
- # < script> tag or through an external resource via the
10897
+ # ` script` tag or through an external resource via the
10898
10898
# 'Speculation-Rules' HTTP header. For the first case, we include
10899
- # the BackendNodeId of the relevant < script> tag. For the second
10899
+ # the BackendNodeId of the relevant ` script` tag. For the second
10900
10900
# case, we include the external URL where the rule set was loaded
10901
10901
# from, and also RequestId if Network domain is enabled.
10902
10902
#
You can’t perform that action at this time.
0 commit comments