mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2 lines
3.9 KiB
JavaScript
2 lines
3.9 KiB
JavaScript
/*! For license information please see 7dca2293.5814cfe0.js.LICENSE.txt */
|
|
"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[70801],{80355:(e,t,r)=>{r.r(t),r.d(t,{assets:()=>a,contentTitle:()=>d,default:()=>p,frontMatter:()=>i,metadata:()=>c,toc:()=>l});var n=r(85893),s=r(11151);const i={sidebar_label:"TargetType"},d="TargetType enum",c={id:"api/puppeteer.targettype",title:"TargetType enum",description:"Signature:",source:"@site/versioned_docs/version-22.0.0/api/puppeteer.targettype.md",sourceDirName:"api",slug:"/api/puppeteer.targettype",permalink:"/api/puppeteer.targettype",draft:!1,unlisted:!1,tags:[],version:"22.0.0",frontMatter:{sidebar_label:"TargetType"},sidebar:"api",previous:{title:"TargetFilterCallback",permalink:"/api/puppeteer.targetfiltercallback"},next:{title:"TracingOptions",permalink:"/api/puppeteer.tracingoptions"}},a={},l=[{value:"Signature:",id:"signature",level:4},{value:"Enumeration Members",id:"enumeration-members",level:2}];function o(e){const t={code:"code",h1:"h1",h2:"h2",h4:"h4",pre:"pre",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,s.a)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.h1,{id:"targettype-enum",children:"TargetType enum"}),"\n",(0,n.jsx)(t.h4,{id:"signature",children:"Signature:"}),"\n",(0,n.jsx)(t.pre,{children:(0,n.jsx)(t.code,{className:"language-typescript",children:"export declare enum TargetType\n"})}),"\n",(0,n.jsx)(t.h2,{id:"enumeration-members",children:"Enumeration Members"}),"\n",(0,n.jsxs)(t.table,{children:[(0,n.jsx)(t.thead,{children:(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.th,{children:"Member"}),(0,n.jsx)(t.th,{children:"Value"}),(0,n.jsx)(t.th,{children:"Description"})]})}),(0,n.jsxs)(t.tbody,{children:[(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:"BACKGROUND_PAGE"}),(0,n.jsx)(t.td,{children:(0,n.jsx)("code",{children:'"background_page"'})}),(0,n.jsx)(t.td,{})]}),(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:"BROWSER"}),(0,n.jsx)(t.td,{children:(0,n.jsx)("code",{children:'"browser"'})}),(0,n.jsx)(t.td,{})]}),(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:"OTHER"}),(0,n.jsx)(t.td,{children:(0,n.jsx)("code",{children:'"other"'})}),(0,n.jsx)(t.td,{})]}),(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:"PAGE"}),(0,n.jsx)(t.td,{children:(0,n.jsx)("code",{children:'"page"'})}),(0,n.jsx)(t.td,{})]}),(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:"SERVICE_WORKER"}),(0,n.jsx)(t.td,{children:(0,n.jsx)("code",{children:'"service_worker"'})}),(0,n.jsx)(t.td,{})]}),(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:"SHARED_WORKER"}),(0,n.jsx)(t.td,{children:(0,n.jsx)("code",{children:'"shared_worker"'})}),(0,n.jsx)(t.td,{})]}),(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:"WEBVIEW"}),(0,n.jsx)(t.td,{children:(0,n.jsx)("code",{children:'"webview"'})}),(0,n.jsx)(t.td,{})]})]})]})]})}function p(e={}){const{wrapper:t}={...(0,s.a)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(o,{...e})}):o(e)}},75251:(e,t,r)=>{var n=r(67294),s=Symbol.for("react.element"),i=Symbol.for("react.fragment"),d=Object.prototype.hasOwnProperty,c=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,a={key:!0,ref:!0,__self:!0,__source:!0};function l(e,t,r){var n,i={},l=null,o=null;for(n in void 0!==r&&(l=""+r),void 0!==t.key&&(l=""+t.key),void 0!==t.ref&&(o=t.ref),t)d.call(t,n)&&!a.hasOwnProperty(n)&&(i[n]=t[n]);if(e&&e.defaultProps)for(n in t=e.defaultProps)void 0===i[n]&&(i[n]=t[n]);return{$$typeof:s,type:e,key:l,ref:o,props:i,_owner:c.current}}t.Fragment=i,t.jsx=l,t.jsxs=l},85893:(e,t,r)=>{e.exports=r(75251)},11151:(e,t,r)=>{r.d(t,{Z:()=>c,a:()=>d});var n=r(67294);const s={},i=n.createContext(s);function d(e){const t=n.useContext(i);return n.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function c(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:d(e.components),n.createElement(i.Provider,{value:t},e.children)}}}]); |