@@ -811,7 +811,7 @@ some CSP errors in the future.
811811 export type SharedArrayBufferIssueType = "TransferIssue"|"CreationIssue";
812812 /**
813813 * Details for a issue arising from an SAB being instantiated in, or
814- transfered to a context that is not cross-origin isolated.
814+ transferred to a context that is not cross-origin isolated.
815815 */
816816 export interface SharedArrayBufferIssueDetails {
817817 sourceCodeLocation: SourceCodeLocation;
@@ -858,7 +858,7 @@ CORS RFC1918 enforcement.
858858 resourceIPAddressSpace?: Network.IPAddressSpace;
859859 clientSecurityState?: Network.ClientSecurityState;
860860 }
861- export type AttributionReportingIssueType = "PermissionPolicyDisabled"|"InvalidAttributionData";
861+ export type AttributionReportingIssueType = "PermissionPolicyDisabled"|"InvalidAttributionData"|"AttributionSourceUntrustworthyOrigin" ;
862862 /**
863863 * Details for issues around "Attribution Reporting API" usage.
864864Explainer: https://github.com/WICG/conversion-measurement-api
@@ -1284,7 +1284,7 @@ their dowmload guids.
12841284 */
12851285 browserContextId?: BrowserContextID;
12861286 /**
1287- * The default path to save downloaded files to. This is requred if behavior is set to 'allow'
1287+ * The default path to save downloaded files to. This is required if behavior is set to 'allow'
12881288or 'allowAndName'.
12891289 */
12901290 downloadPath?: string;
@@ -3004,11 +3004,11 @@ The property is always undefined now.
30043004 nodeId: NodeId;
30053005 }
30063006 /**
3007- * Called when distrubution is changed.
3007+ * Called when distribution is changed.
30083008 */
30093009 export type distributedNodesUpdatedPayload = {
30103010 /**
3011- * Insertion point where distrubuted nodes were updated.
3011+ * Insertion point where distributed nodes were updated.
30123012 */
30133013 insertionPointId: NodeId;
30143014 /**
@@ -4908,14 +4908,14 @@ Missing optional values will be filled in by the target with what it would norma
49084908 result: boolean;
49094909 }
49104910 /**
4911- * Clears the overriden device metrics.
4911+ * Clears the overridden device metrics.
49124912 */
49134913 export type clearDeviceMetricsOverrideParameters = {
49144914 }
49154915 export type clearDeviceMetricsOverrideReturnValue = {
49164916 }
49174917 /**
4918- * Clears the overriden Geolocation Position and Error.
4918+ * Clears the overridden Geolocation Position and Error.
49194919 */
49204920 export type clearGeolocationOverrideParameters = {
49214921 }
@@ -5193,7 +5193,7 @@ Note any previous deferred policy change is superseded.
51935193 */
51945194 waitForNavigation?: boolean;
51955195 /**
5196- * If set, base::Time::Now will be overriden to initially return this value.
5196+ * If set, base::Time::Now will be overridden to initially return this value.
51975197 */
51985198 initialVirtualTime?: Network.TimeSinceEpoch;
51995199 }
@@ -5369,7 +5369,7 @@ display. Reported for diagnostic uses, may be removed in the future.
53695369 */
53705370 export module IO {
53715371 /**
5372- * This is either obtained from another method or specifed as `blob:<uuid>` where
5372+ * This is either obtained from another method or specified as `blob:<uuid>` where
53735373`<uuid>` is an UUID of a Blob.
53745374 */
53755375 export type StreamHandle = string;
@@ -5414,7 +5414,7 @@ following the last read). Some types of streams may only support sequential read
54145414 */
54155415 data: string;
54165416 /**
5417- * Set if the end-of-file condition occured while reading.
5417+ * Set if the end-of-file condition occurred while reading.
54185418 */
54195419 eof: boolean;
54205420 }
@@ -7583,7 +7583,7 @@ backslash. Omitting is equivalent to "*".
75837583 */
75847584 resourceType?: ResourceType;
75857585 /**
7586- * Stage at wich to begin intercepting requests. Default is Request.
7586+ * Stage at which to begin intercepting requests. Default is Request.
75877587 */
75887588 interceptionStage?: InterceptionStage;
75897589 }
@@ -10429,7 +10429,7 @@ iframes, shadow DOM, external resources, and element-inline styles.
1042910429 data: string;
1043010430 }
1043110431 /**
10432- * Clears the overriden device metrics.
10432+ * Clears the overridden device metrics.
1043310433 */
1043410434 export type clearDeviceMetricsOverrideParameters = {
1043510435 }
@@ -10443,7 +10443,7 @@ iframes, shadow DOM, external resources, and element-inline styles.
1044310443 export type clearDeviceOrientationOverrideReturnValue = {
1044410444 }
1044510445 /**
10446- * Clears the overriden Geolocation Position and Error.
10446+ * Clears the overridden Geolocation Position and Error.
1044710447 */
1044810448 export type clearGeolocationOverrideParameters = {
1044910449 }
@@ -11024,7 +11024,7 @@ available (otherwise deny).
1102411024 */
1102511025 behavior: "deny"|"allow"|"default";
1102611026 /**
11027- * The default path to save downloaded files to. This is requred if behavior is set to 'allow'
11027+ * The default path to save downloaded files to. This is required if behavior is set to 'allow'
1102811028 */
1102911029 downloadPath?: string;
1103011030 }
@@ -11992,7 +11992,7 @@ Tokens from that issuer.
1199211992 origin: string;
1199311993 /**
1199411994 * The quota size (in bytes) to override the original quota with.
11995- If this is called multiple times, the overriden quota will be equal to
11995+ If this is called multiple times, the overridden quota will be equal to
1199611996the quotaSize provided in the final call. If this is called without
1199711997specifying a quotaSize, the quota will be reset to the default value for
1199811998the specified origin. If this is called multiple times with different
@@ -12930,7 +12930,7 @@ backslash. Omitting is equivalent to "*".
1293012930 */
1293112931 resourceType?: Network.ResourceType;
1293212932 /**
12933- * Stage at wich to begin intercepting requests. Default is Request.
12933+ * Stage at which to begin intercepting requests. Default is Request.
1293412934 */
1293512935 requestStage?: RequestStage;
1293612936 }
@@ -13264,7 +13264,7 @@ https://webaudio.github.io/web-audio-api/
1326413264 */
1326513265 currentTime: number;
1326613266 /**
13267- * The time spent on rendering graph divided by render qunatum duration,
13267+ * The time spent on rendering graph divided by render quantum duration,
1326813268and multiplied by 100. 100 means the audio renderer reached the full
1326913269capacity and glitch may occur.
1327013270 */
@@ -13721,8 +13721,8 @@ congestion. If batched, events must ALWAYS be in chronological order.
1372113721 errors: PlayerError[];
1372213722 }
1372313723 /**
13724- * Called whenever a player is created, or when a new agent joins and recieves
13725- a list of active players. If an agent is restored, it will recieve the full
13724+ * Called whenever a player is created, or when a new agent joins and receives
13725+ a list of active players. If an agent is restored, it will receive the full
1372613726list of player ids and all events again.
1372713727 */
1372813728 export type playersCreatedPayload = {
@@ -16244,6 +16244,9 @@ Each binding function call produces Runtime.bindingCalled notification.
1624416244execution context. If omitted and `executionContextName` is not set,
1624516245the binding is exposed to all execution contexts of the target.
1624616246This parameter is mutually exclusive with `executionContextName`.
16247+ Deprecated in favor of `executionContextName` due to an unclear use case
16248+ and bugs in implementation (crbug.com/1169639). `executionContextId` will be
16249+ removed in the future.
1624716250 */
1624816251 executionContextId?: ExecutionContextId;
1624916252 /**
0 commit comments