Skip to content

Commit d7d1b4e

Browse files
committed
[cdp] fix script tags
1 parent 17835d2 commit d7d1b4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/devtools/chromium/v118/browser_protocol.pdl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11193,17 +11193,17 @@ experimental domain Preload
1119311193
# Identifies a document which the rule set is associated with.
1119411194
Network.LoaderId loaderId
1119511195
# 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
1119711197
# a JSON for valid case.
1119811198
#
1119911199
# See also:
1120011200
# - https://wicg.github.io/nav-speculation/speculation-rules.html
1120111201
# - https://github.com/WICG/nav-speculation/blob/main/triggers.md
1120211202
string sourceText
1120311203
# 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
1120511205
# '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
1120711207
# case, we include the external URL where the rule set was loaded
1120811208
# from, and also RequestId if Network domain is enabled.
1120911209
#

0 commit comments

Comments
 (0)