vercel_edge library
Classes
- AbortController
- AbortSignal
- Blob
- BlobPropertyBag
- Cache
- CacheQueryOptions
- CacheStorage
- FetchEvent
- File
- FormData
- FormDataEntryValue
- Represents a form data entry.
-
FutureOr<
T> -
A type representing values that are either
Future<T>
orT
. - Headers
- HttpClient
- HttpClientRequest
- HttpClientResponse
- HttpHeaders
- IncomingRequestVercelProperties
- MultiCacheQueryOptions
- Request
- Resource
- Response
- TextDecodeOptions
- TextDecoder
- TextDecoderOptions
- TextEncoder
- TextEncoderEncodeIntoResult
- VercelEdge
Enums
Extensions
Constants
- kUnsupportedEnv → const String
Properties
- caches → CacheStorage
-
final
Functions
-
atob(
String encodedData) → String -
btoa(
String stringToEncode) → String -
clearInterval(
int handle) → void -
clearTimeout(
int handle) → void -
fetch(
Resource resource, {String? method, Headers? headers, Object? body, String? referrer, ReferrerPolicy? referrerPolicy, RequestMode? mode, RequestCredentials? credentials, RequestCache? cache, RequestRedirect? redirect, String? integrity, bool? keepalive, AbortSignal? signal, RequestDuplex? duplex}) → Future< Response> -
setInterval(
void callback(), Duration duration) → int -
setTimeout(
void callback(), Duration duration) → int -
setupRuntime(
) → void - This should be called before any other platform code is run.