Features
Use Cases
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
pomdtr
browser
Public
Fork
Like
Code
Pull Requests
Forks
References
41
Dependencies
Versions
v46
Back
Version 11
2/1/2024
9
1
2
3
4
5
6
7
export
type
BrowserContext
=
{
token
:
string
;
url
:
string
;
params
:
Record
<
string
,
any
>
;
config
:
Record
<
string
,
any
>
;
api
:
(
endpoint
:
string
,
init
?
:
RequestInit
)
=>
Promise
<
any
>
;
}
;
Copy
Updated: March 29, 2024