You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: protocol-generator/cdp-kotlin-generator/src/main/kotlin/org/hildan/chrome/devtools/protocol/preprocessing/JsonPreProcessor.kt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ internal fun List<JsonDomain>.preprocessed(): List<JsonDomain> = this
16
16
// We both add the "trustedType" enum value because we know it pops uo even though it's not in the protocol,
17
17
// but we also mark the enum as non-exhaustive, as suggested by Google folks, because more values may be unknown.
0 commit comments