MCPcopy Create free account

hub / github.com/craigsdennis/sandboxing-day-containers / functions

Functions195 in github.com/craigsdennis/sandboxing-day-containers

MethodidFromName
(name: string)
worker-configuration.d.ts:417
MethodidFromString
(id: string)
worker-configuration.d.ts:418
Methodimage
* The bytes of the response
worker-configuration.d.ts:4931
Methodinfo
(...data: any[])
worker-configuration.d.ts:108
Methodinfo
* Get image metadata (type, width and height) * @throws {@link ImagesError} with code 9412 if input is not an image * @param stream The imag
worker-configuration.d.ts:4890
Methodinput
* Begin applying a series of transformations to an image * @param stream The image bytes * @returns A transform handle
worker-configuration.d.ts:4896
Methodjurisdiction
(jurisdiction: DurableObjectJurisdiction)
worker-configuration.d.ts:420
Methodlimit
* Rate limit a request based on the provided options. * @see https://developers.cloudflare.com/workers/runtime-apis/bindings/rate-limit/ * @
worker-configuration.d.ts:5050
Methodlist
(options?: DurableObjectListOptions)
worker-configuration.d.ts:449
Methodlist
(options?: DurableObjectListOptions)
worker-configuration.d.ts:462
Methodlist
(options?: KVNamespaceListOptions)
worker-configuration.d.ts:1447
Methodlocked
()
worker-configuration.d.ts:1744
Methodlog
(...data: any[])
worker-configuration.d.ts:110
Methodmonitor
()
worker-configuration.d.ts:2480
MethodnewUniqueId
(options?: DurableObjectNamespaceNewUniqueIdOptions)
worker-configuration.d.ts:416
MethodnoRetry
()
worker-configuration.d.ts:1671
Methodnow
()
worker-configuration.d.ts:390
MethodonEndTag
(handler: (tag: EndTag) => void | Promise<void>)
worker-configuration.d.ts:1184
MethodonNextSessionRestoreBookmark
(bookmark: string)
worker-configuration.d.ts:477
Methodopened
()
worker-configuration.d.ts:2407
Methodoutput
* Retrieve the image that results from applying the transforms to the * provided input * @param options Options that apply to the output e.g
worker-configuration.d.ts:4917
MethodpassThroughOnException
()
worker-configuration.d.ts:343
MethodpipeThrough
(transform: ReadableWritablePair<T, R>, options?: StreamPipeOptions)
worker-configuration.d.ts:1752
MethodpipeTo
(destination: WritableStream<R>, options?: StreamPipeOptions)
worker-configuration.d.ts:1754
Methodprepend
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1178
Methodput
(key: string, value: T, options?: DurableObjectPutOptions)
worker-configuration.d.ts:450
Methodput
(key: string, value: T, options?: DurableObjectPutOptions)
worker-configuration.d.ts:463
Methodput
(key: Key, value: string | ArrayBuffer | ArrayBufferView | ReadableStream, options?: KVNamespacePutOptions)
worker-configuration.d.ts:1448
MethodqueueMicrotask
(task: Function)
worker-configuration.d.ts:212
Methodreadable
()
worker-configuration.d.ts:2404
Methodremove
()
worker-configuration.d.ts:1181
Methodremove
()
worker-configuration.d.ts:1190
Methodremove
()
worker-configuration.d.ts:1198
Methodremove
()
worker-configuration.d.ts:1207
MethodremoveAndKeepContent
()
worker-configuration.d.ts:1182
MethodremoveAttribute
(name: string)
worker-configuration.d.ts:1175
Methodreplace
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1180
Methodreplace
(content: string, options?: ContentOptions)
worker-configuration.d.ts:1197
Methodreplace
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1206
Methodreply
* Reply to the sender of this email message with a new EmailMessage object. * @param message The reply message. * @returns A promise that re
worker-configuration.d.ts:4753
MethodreportError
(error: any)
worker-configuration.d.ts:214
Methodresponse
* The image as a response, ready to store in cache or return to users
worker-configuration.d.ts:4923
Methodretry
(options?: QueueRetryOptions)
worker-configuration.d.ts:1509
MethodretryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:1515
MethodretryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:1521
Methodrollback
()
worker-configuration.d.ts:454
Functionrun_command
(payload: CommandRequest)
container_src/app/main.py:46
Methodrunning
()
worker-configuration.d.ts:2478
MethodsecureTransport
()
worker-configuration.d.ts:2409
Methodsend
(message: Body, options?: QueueSendOptions)
worker-configuration.d.ts:1486
Methodsend
* Transmits data using the WebSocket connection. data can be a string, a Blob, an ArrayBuffer, or an ArrayBufferView. * * [MDN Reference](ht
worker-configuration.d.ts:2338
Methodsend
(message: EmailMessage)
worker-configuration.d.ts:4759
Methodsend
* The Pipeline interface represents the type of a binding to a Pipeline * * @param records The records to send to the pipeline
worker-configuration.d.ts:5001
MethodsendBatch
(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions)
worker-configuration.d.ts:1487
MethodserializeAttachment
(attachment: any)
worker-configuration.d.ts:2345
MethodsetAlarm
(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:456
MethodsetAlarm
(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:470
MethodsetAttribute
(name: string, value: string)
worker-configuration.d.ts:1174
MethodsetHibernatableWebSocketEventTimeout
(timeoutMs?: number)
worker-configuration.d.ts:441
MethodsetInnerContent
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1183
MethodsetInterval
(callback: (...args: any[]) => void, msDelay?: number)
worker-configuration.d.ts:209
MethodsetReject
* Reject this email message by returning a permanent SMTP error back to the connecting client including the given reason. * @param reason The rej
worker-configuration.d.ts:4740
MethodsetTimeout
(callback: (...args: any[]) => void, msDelay?: number)
worker-configuration.d.ts:206
MethodsetWebSocketAutoResponse
(maybeReqResp?: WebSocketRequestResponsePair)
worker-configuration.d.ts:438
Methodsignal
(signo: number)
worker-configuration.d.ts:2482
MethodstartTls
(options?: TlsOptions)
worker-configuration.d.ts:2411
MethodstructuredClone
(value: T, options?: StructuredSerializeOptions)
worker-configuration.d.ts:213
Methodsync
()
worker-configuration.d.ts:472
Methodtable
(tabularData?: any, properties?: string[])
worker-configuration.d.ts:112
Methodtee
()
worker-configuration.d.ts:1756
Methodtext
(element: Text)
worker-configuration.d.ts:1154
Methodtext
(text: Text)
worker-configuration.d.ts:1159
Methodtext
()
worker-configuration.d.ts:1585
Methodtime
(label?: string)
worker-configuration.d.ts:114
MethodtimeEnd
(label?: string)
worker-configuration.d.ts:116
MethodtimeLog
(label?: string, ...data: any[])
worker-configuration.d.ts:118
MethodtimeStamp
(label?: string)
worker-configuration.d.ts:119
MethodtoJSON
()
worker-configuration.d.ts:1634
MethodtoString
()
worker-configuration.d.ts:411
Methodtrace
(...data: any[])
worker-configuration.d.ts:121
Methodtransaction
(closure: (txn: DurableObjectTransaction) => Promise<T>)
worker-configuration.d.ts:468
MethodtransactionSync
(closure: () => T)
worker-configuration.d.ts:474
Methodtransform
* Apply transform next, returning a transform handle. * You can then apply more transformations, draw, or retrieve the output. * @param tran
worker-configuration.d.ts:4904
Methodupgraded
()
worker-configuration.d.ts:2408
MethoduploadPart
(partNumber: number, value: ReadableStream | (ArrayBuffer | ArrayBufferView) | string | Blob, options?: R2Uplo
worker-configuration.d.ts:1557
Methodvalues
(options?: ReadableStreamValuesOptions)
worker-configuration.d.ts:1760
Methodwait
(delay: number, maybeOptions?: SchedulerWaitOptions)
worker-configuration.d.ts:746
MethodwaitUntil
(promise: Promise<any>)
worker-configuration.d.ts:342
MethodwaitUntil
(promise: Promise<any>)
worker-configuration.d.ts:431
Methodwarn
(...data: any[])
worker-configuration.d.ts:123
MethodwebSocketClose
(ws: WebSocket, code: number, reason: string, wasClean: boolean)
worker-configuration.d.ts:403
MethodwebSocketError
(ws: WebSocket, error: unknown)
worker-configuration.d.ts:404
MethodwebSocketMessage
(ws: WebSocket, message: string | ArrayBuffer)
worker-configuration.d.ts:402
Methodwritable
()
worker-configuration.d.ts:2405
MethodwriteDataPoint
(event?: AnalyticsEngineDataPoint)
worker-configuration.d.ts:511
← previous101–195 of 195, ranked by callers