mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2 lines
3.4 KiB
JavaScript
2 lines
3.4 KiB
JavaScript
/*! For license information please see 74fcf28b.a7d79068.js.LICENSE.txt */
|
|
"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[54049],{87379:(e,s,n)=>{n.r(s),n.d(s,{assets:()=>o,contentTitle:()=>a,default:()=>l,frontMatter:()=>i,metadata:()=>c,toc:()=>p});var t=n(85893),r=n(11151);const i={sidebar_label:"CDPSessionEvent"},a="CDPSessionEvent namespace",c={id:"api/puppeteer.cdpsessionevent",title:"CDPSessionEvent namespace",description:"Events that the CDPSession class emits.",source:"@site/../docs/api/puppeteer.cdpsessionevent.md",sourceDirName:"api",slug:"/api/puppeteer.cdpsessionevent",permalink:"/next/api/puppeteer.cdpsessionevent",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{sidebar_label:"CDPSessionEvent"},sidebar:"api",previous:{title:"CDPEvents",permalink:"/next/api/puppeteer.cdpevents"},next:{title:"CDPSessionEvent.SessionAttached",permalink:"/next/api/puppeteer.cdpsessionevent.sessionattached"}},o={},p=[{value:"Signature:",id:"signature",level:4},{value:"Variables",id:"variables",level:2}];function d(e){const s={a:"a",code:"code",h1:"h1",h2:"h2",h4:"h4",p:"p",pre:"pre",...(0,r.a)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(s.h1,{id:"cdpsessionevent-namespace",children:"CDPSessionEvent namespace"}),"\n",(0,t.jsx)(s.p,{children:"Events that the CDPSession class emits."}),"\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 declare namespace CDPSessionEvent\n"})}),"\n",(0,t.jsx)(s.h2,{id:"variables",children:"Variables"}),"\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:"Variable"})}),(0,t.jsx)("th",{children:(0,t.jsx)(s.p,{children:"Description"})})]})}),(0,t.jsxs)("tbody",{children:[(0,t.jsxs)("tr",{children:[(0,t.jsx)("td",{children:(0,t.jsx)("span",{id:"sessionattached",children:(0,t.jsx)(s.a,{href:"/next/api/puppeteer.cdpsessionevent.sessionattached",children:"SessionAttached"})})}),(0,t.jsx)("td",{})]}),(0,t.jsxs)("tr",{children:[(0,t.jsx)("td",{children:(0,t.jsx)("span",{id:"sessiondetached",children:(0,t.jsx)(s.a,{href:"/next/api/puppeteer.cdpsessionevent.sessiondetached",children:"SessionDetached"})})}),(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)(d,{...e})}):d(e)}},75251:(e,s,n)=>{var t=n(67294),r=Symbol.for("react.element"),i=Symbol.for("react.fragment"),a=Object.prototype.hasOwnProperty,c=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,o={key:!0,ref:!0,__self:!0,__source:!0};function p(e,s,n){var t,i={},p=null,d=null;for(t in void 0!==n&&(p=""+n),void 0!==s.key&&(p=""+s.key),void 0!==s.ref&&(d=s.ref),s)a.call(s,t)&&!o.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:p,ref:d,props:i,_owner:c.current}}s.Fragment=i,s.jsx=p,s.jsxs=p},85893:(e,s,n)=>{e.exports=n(75251)},11151:(e,s,n)=>{n.d(s,{Z:()=>c,a:()=>a});var t=n(67294);const r={},i=t.createContext(r);function a(e){const s=t.useContext(i);return t.useMemo((function(){return"function"==typeof e?e(s):{...s,...e}}),[s,e])}function c(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:a(e.components),t.createElement(i.Provider,{value:s},e.children)}}}]); |