/**
 * Copyright 2020 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * @public
 */
export interface ConnectionTransport {
  send(string: any): any;
  close(): any;
  onmessage?: (message: string) => void;
  onclose?: () => void;
}

// denoCacheMetadata={"headers":{"date":"Wed, 12 Nov 2025 19:04:10 GMT","etag":"\"716800d97ff779a576920f413039425a\"","x-frame-options":"DENY","via":"1.1 e0bb93c9c35817d66f6a10b94519bd8a.cloudfront.net (CloudFront),HTTP/2 ord.vultr.prod.deno-cluster.net","x-deno-trace-id":"5e31ab17b451e8c61bba6d992cff61d9","x-amz-cf-pop":"ORD56-P9","alt-svc":"h3=\":443\"; ma=86400","server-timing":"fetchSource;dur=5","age":"166260","x-amz-cf-id":"o2oR9hyH3jgmSnu44wVDavUms4vMGlM1qcHpgZ1GhXC8hOhyfvQB6w==","cross-origin-resource-policy":"same-origin","referrer-policy":"strict-origin-when-cross-origin","x-cache":"Hit from cloudfront","server":"AmazonS3,deployd","content-security-policy":"default-src 'none'; style-src 'unsafe-inline'; sandbox","x-amz-version-id":"HOKkgx9V9rip26VJAzvCYWJHoLiM9ny_","content-length":"784","x-amz-replication-status":"COMPLETED","cache-control":"public, max-age=31536000, immutable","cross-origin-opener-policy":"same-origin","cross-origin-embedder-policy":"same-origin","strict-transport-security":"max-age=63072000; includeSubDomains; preload","vary":"Accept-Encoding, Origin","last-modified":"Wed, 29 Sep 2021 16:18:57 GMT","accept-ranges":"bytes","access-control-allow-origin":"*","x-content-type-options":"nosniff","content-type":"application/typescript; charset=utf-8"},"url":"https://deno.land/x/puppeteer@9.0.2/vendor/puppeteer-core/puppeteer/common/ConnectionTransport.d.ts","time":1763140508}