Skip to content

Commit 9a402a0

Browse files
committed
[cdp] fix pdl so jars properly generated
1 parent 2570b64 commit 9a402a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/devtools/chromium/v116/browser_protocol.pdl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10981,17 +10981,17 @@ experimental domain Preload
1098110981
# Identifies a document which the rule set is associated with.
1098210982
Network.LoaderId loaderId
1098310983
# Source text of JSON representing the rule set. If it comes from
10984-
# <script> tag, it is the textContent of the node. Note that it is
10984+
# `script` tag, it is the textContent of the node. Note that it is
1098510985
# a JSON for valid case.
1098610986
#
1098710987
# See also:
1098810988
# - https://wicg.github.io/nav-speculation/speculation-rules.html
1098910989
# - https://github.com/WICG/nav-speculation/blob/main/triggers.md
1099010990
string sourceText
1099110991
# A speculation rule set is either added through an inline
10992-
# <script> tag or through an external resource via the
10992+
# `script` tag or through an external resource via the
1099310993
# 'Speculation-Rules' HTTP header. For the first case, we include
10994-
# the BackendNodeId of the relevant <script> tag. For the second
10994+
# the BackendNodeId of the relevant `script` tag. For the second
1099510995
# case, we include the external URL where the rule set was loaded
1099610996
# from, and also RequestId if Network domain is enabled.
1099710997
#

0 commit comments

Comments
 (0)