@chrome-devtools/ndb-app 1.20260531.0 → 1.20260607.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -716,6 +716,15 @@
716
716
  "core/sdk/sdk-meta.ts | osTextScaleEmulation200": {
717
717
  "message": "200%"
718
718
  },
719
+ "core/sdk/sdk-meta.ts | osTextScaleEmulation250": {
720
+ "message": "250%"
721
+ },
722
+ "core/sdk/sdk-meta.ts | osTextScaleEmulation300": {
723
+ "message": "300%"
724
+ },
725
+ "core/sdk/sdk-meta.ts | osTextScaleEmulation350": {
726
+ "message": "350%"
727
+ },
719
728
  "core/sdk/sdk-meta.ts | osTextScaleEmulation85": {
720
729
  "message": "85%"
721
730
  },
@@ -1499,6 +1508,12 @@
1499
1508
  "generated/Deprecation.ts | WebBluetoothRemoteCharacteristicWriteValue": {
1500
1509
  "message": "BluetoothRemoteGATTCharacteristic.writeValue() is deprecated. Use writeValueWithResponse() or writeValueWithoutResponse() instead."
1501
1510
  },
1511
+ "generated/Deprecation.ts | WebTransportDatagramDuplexStreamIncomingHighWaterMark": {
1512
+ "message": "WebTransportDatagramDuplexStream.incomingHighWaterMark has been renamed to incomingMaxBufferedDatagrams. incomingHighWaterMark will be removed in a future version of Chrome."
1513
+ },
1514
+ "generated/Deprecation.ts | WebTransportDatagramDuplexStreamOutgoingHighWaterMark": {
1515
+ "message": "WebTransportDatagramDuplexStream.outgoingHighWaterMark has been renamed to outgoingMaxBufferedDatagrams. outgoingHighWaterMark will be removed in a future version of Chrome."
1516
+ },
1502
1517
  "generated/Deprecation.ts | XHRJSONEncodingDetection": {
1503
1518
  "message": "UTF-16 is not supported by response json in XMLHttpRequest"
1504
1519
  },
package/ndb_app.html CHANGED
@@ -23,4 +23,4 @@
23
23
 
24
24
 
25
25
  <body class="undocked" id="-blink-dev-tools">
26
- <link rel="stylesheet" crossorigin href="./chunk-9s9mfj17.css"><script type="module" crossorigin src="./chunk-kkp24qx7.js"></script>
26
+ <link rel="stylesheet" crossorigin href="./chunk-9s9mfj17.css"><script type="module" crossorigin src="./chunk-y515z6gw.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrome-devtools/ndb-app",
3
- "version": "1.20260531.0",
3
+ "version": "1.20260607.0",
4
4
  "description": "chrome-devtools-frontend built version",
5
5
  "repository": "https://github.com/iam-medvedev/chrome-devtools.git",
6
6
  "author": "Ilya Medvedev <ilya@medvedev.im>",
@@ -1108,7 +1108,7 @@
1108
1108
  };
1109
1109
  function sendEventToDevTools(event) {
1110
1110
  const payload = JSON.stringify(event);
1111
- window[EVENT_BINDING_NAME](payload);
1111
+ window[EVENT_BINDING_NAME]?.(payload);
1112
1112
  }
1113
1113
  /**
1114
1114
  * The data sent over the event binding needs to be JSON serializable, so we