mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2 lines
4.0 KiB
JavaScript
2 lines
4.0 KiB
JavaScript
|
/*! For license information please see 3ae84226.70c25658.js.LICENSE.txt */
|
||
|
"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[45e3],{68637:(e,s,n)=>{n.r(s),n.d(s,{assets:()=>c,contentTitle:()=>p,default:()=>l,frontMatter:()=>i,metadata:()=>o,toc:()=>d});var t=n(85893),r=n(11151);const i={sidebar_label:"CDPSessionEvents"},p="CDPSessionEvents interface",o={id:"api/puppeteer.cdpsessionevents",title:"CDPSessionEvents interface",description:"Signature:",source:"@site/versioned_docs/version-22.8.2/api/puppeteer.cdpsessionevents.md",sourceDirName:"api",slug:"/api/puppeteer.cdpsessionevents",permalink:"/api/puppeteer.cdpsessionevents",draft:!1,unlisted:!1,tags:[],version:"22.8.2",frontMatter:{sidebar_label:"CDPSessionEvents"},sidebar:"api",previous:{title:"CDPSessionEvent.SessionDetached",permalink:"/api/puppeteer.cdpsessionevent.sessiondetached"},next:{title:"ChromeReleaseChannel",permalink:"/api/puppeteer.chromereleasechannel"}},c={},d=[{value:"Signature:",id:"signature",level:4},{value:"Properties",id:"properties",level:2}];function a(e){const s={a:"a",code:"code",h1:"h1",h2:"h2",h4:"h4",p:"p",pre:"pre",strong:"strong",...(0,r.a)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(s.h1,{id:"cdpsessionevents-interface",children:"CDPSessionEvents interface"}),"\n",(0,t.jsx)(s.h4,{id:"signature",children:"Signature:"}),"\n",(0,t.jsx)(s.pre,{children:(0,t.jsx)(s.code,{className:"language-typescript",children:"export interface CDPSessionEvents extends CDPEvents, Record<EventType, unknown>\n"})}),"\n",(0,t.jsxs)(s.p,{children:[(0,t.jsx)(s.strong,{children:"Extends:"})," ",(0,t.jsx)(s.a,{href:"/api/puppeteer.cdpevents",children:"CDPEvents"}),", Record<",(0,t.jsx)(s.a,{href:"/api/puppeteer.eventtype",children:"EventType"}),", unknown>"]}),"\n",(0,t.jsx)(s.h2,{id:"properties",children:"Properties"}),"\n",(0,t.jsxs)("table",{children:[(0,t.jsx)("thead",{children:(0,t.jsxs)("tr",{children:[(0,t.jsx)("th",{children:(0,t.jsx)(s.p,{children:"Property"})}),(0,t.jsx)("th",{children:(0,t.jsx)(s.p,{children:"Modifiers"})}),(0,t.jsx)("th",{children:(0,t.jsx)(s.p,{children:"Type"})}),(0,t.jsx)("th",{children:(0,t.jsx)(s.p,{children:"Description"})}),(0,t.jsx)("th",{children:(0,t.jsx)(s.p,{children:"Default"})})]})}),(0,t.jsxs)("tbody",{children:[(0,t.jsxs)("tr",{children:[(0,t.jsx)("td",{children:(0,t.jsx)("span",{id:"sessionattached",children:"sessionattached"})}),(0,t.jsx)("td",{}),(0,t.jsx)("td",{children:(0,t.jsx)(s.p,{children:(0,t.jsx)(s.a,{href:"/api/puppeteer.cdpsession",children:"CDPSession"})})}),(0,t.jsx)("td",{}),(0,t.jsx)("td",{})]}),(0,t.jsxs)("tr",{children:[(0,t.jsx)("td",{children:(0,t.jsx)("span",{id:"sessiondetached",children:"sessiondetached"})}),(0,t.jsx)("td",{}),(0,t.jsx)("td",{children:(0,t.jsx)(s.p,{children:(0,t.jsx)(s.a,{href:"/api/puppeteer.cdpsession",children:"CDPSession"})})}),(0,t.jsx)("td",{}),(0,t.jsx)("td",{})]})]})]})]})}function l(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(a,{...e})}):a(e)}},75251:(e,s,n)=>{var t=n(67294),r=Symbol.for("react.element"),i=Symbol.for("react.fragment"),p=Object.prototype.hasOwnProperty,o=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c={key:!0,ref:!0,__self:!0,__source:!0};function d(e,s,n){var t,i={},d=null,a=null;for(t in void 0!==n&&(d=""+n),void 0!==s.key&&(d=""+s.key),void 0!==s.ref&&(a=s.ref),s)p.call(s,t)&&!c.hasOwnProperty(t)&&(i[t]=s[t]);if(e&&e.defaultProps)for(t in s=e.defaultProps)void 0===i[t]&&(i[t]=s[t]);return{$$typeof:r,type:e,key:d,ref:a,props:i,_owner:o.current}}s.Fragment=i,s.jsx=d,s.jsxs=d},85893:(e,s,n)=>{e.exports=n(75251)},11151:(e,s,n)=>{n.d(s,{Z:()=>o,a:()=>p});var t=n(67294);const r={},i=t.createContext(r);function p(e){const s=t.useContext(i);return t.useMemo((function(){return"function"==typeof e?e(s):{...s,...e}}),[s,e])}function o(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:p(e.components),t.createElement(i.Provider,{value:s},e.children)}}}]);
|