File tree 1 file changed +3
-3
lines changed
common/devtools/chromium/v117
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11105,17 +11105,17 @@ experimental domain Preload
11105
11105
# Identifies a document which the rule set is associated with.
11106
11106
Network.LoaderId loaderId
11107
11107
# Source text of JSON representing the rule set. If it comes from
11108
- # `< script> ` tag, it is the textContent of the node. Note that it is
11108
+ # `script` tag, it is the textContent of the node. Note that it is
11109
11109
# a JSON for valid case.
11110
11110
#
11111
11111
# See also:
11112
11112
# - https://wicg.github.io/nav-speculation/speculation-rules.html
11113
11113
# - https://github.com/WICG/nav-speculation/blob/main/triggers.md
11114
11114
string sourceText
11115
11115
# A speculation rule set is either added through an inline
11116
- # `< script> ` tag or through an external resource via the
11116
+ # `script` tag or through an external resource via the
11117
11117
# 'Speculation-Rules' HTTP header. For the first case, we include
11118
- # the BackendNodeId of the relevant `< script> ` tag. For the second
11118
+ # the BackendNodeId of the relevant `script` tag. For the second
11119
11119
# case, we include the external URL where the rule set was loaded
11120
11120
# from, and also RequestId if Network domain is enabled.
11121
11121
#
You can’t perform that action at this time.
0 commit comments