File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
common/devtools/chromium/v118 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11193,17 +11193,17 @@ experimental domain Preload
11193
11193
# Identifies a document which the rule set is associated with.
11194
11194
Network.LoaderId loaderId
11195
11195
# Source text of JSON representing the rule set. If it comes from
11196
- # `< script> ` tag, it is the textContent of the node. Note that it is
11196
+ # `script` tag, it is the textContent of the node. Note that it is
11197
11197
# a JSON for valid case.
11198
11198
#
11199
11199
# See also:
11200
11200
# - https://wicg.github.io/nav-speculation/speculation-rules.html
11201
11201
# - https://github.com/WICG/nav-speculation/blob/main/triggers.md
11202
11202
string sourceText
11203
11203
# A speculation rule set is either added through an inline
11204
- # `< script> ` tag or through an external resource via the
11204
+ # `script` tag or through an external resource via the
11205
11205
# 'Speculation-Rules' HTTP header. For the first case, we include
11206
- # the BackendNodeId of the relevant `< script> ` tag. For the second
11206
+ # the BackendNodeId of the relevant `script` tag. For the second
11207
11207
# case, we include the external URL where the rule set was loaded
11208
11208
# from, and also RequestId if Network domain is enabled.
11209
11209
#
You can’t perform that action at this time.
0 commit comments