Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/craigsdennis/sandboxing-day-containers
/ functions
Functions
195 in github.com/craigsdennis/sandboxing-day-containers
⨍
Functions
195
◇
Types & classes
351
↳
Endpoints
1
Method
idFromName
(name: string)
worker-configuration.d.ts:417
Method
idFromString
(id: string)
worker-configuration.d.ts:418
Method
image
* The bytes of the response
worker-configuration.d.ts:4931
Method
info
(...data: any[])
worker-configuration.d.ts:108
Method
info
* 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
Method
input
* Begin applying a series of transformations to an image * @param stream The image bytes * @returns A transform handle
worker-configuration.d.ts:4896
Method
jurisdiction
(jurisdiction: DurableObjectJurisdiction)
worker-configuration.d.ts:420
Method
limit
* 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
Method
list
(options?: DurableObjectListOptions)
worker-configuration.d.ts:449
Method
list
(options?: DurableObjectListOptions)
worker-configuration.d.ts:462
Method
list
(options?: KVNamespaceListOptions)
worker-configuration.d.ts:1447
Method
locked
()
worker-configuration.d.ts:1744
Method
log
(...data: any[])
worker-configuration.d.ts:110
Method
monitor
()
worker-configuration.d.ts:2480
Method
newUniqueId
(options?: DurableObjectNamespaceNewUniqueIdOptions)
worker-configuration.d.ts:416
Method
noRetry
()
worker-configuration.d.ts:1671
Method
now
()
worker-configuration.d.ts:390
Method
onEndTag
(handler: (tag: EndTag) => void | Promise<void>)
worker-configuration.d.ts:1184
Method
onNextSessionRestoreBookmark
(bookmark: string)
worker-configuration.d.ts:477
Method
opened
()
worker-configuration.d.ts:2407
Method
output
* 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
Method
passThroughOnException
()
worker-configuration.d.ts:343
Method
pipeThrough
(transform: ReadableWritablePair<T, R>, options?: StreamPipeOptions)
worker-configuration.d.ts:1752
Method
pipeTo
(destination: WritableStream<R>, options?: StreamPipeOptions)
worker-configuration.d.ts:1754
Method
prepend
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1178
Method
put
(key: string, value: T, options?: DurableObjectPutOptions)
worker-configuration.d.ts:450
Method
put
(key: string, value: T, options?: DurableObjectPutOptions)
worker-configuration.d.ts:463
Method
put
(key: Key, value: string | ArrayBuffer | ArrayBufferView | ReadableStream, options?: KVNamespacePutOptions)
worker-configuration.d.ts:1448
Method
queueMicrotask
(task: Function)
worker-configuration.d.ts:212
Method
readable
()
worker-configuration.d.ts:2404
Method
remove
()
worker-configuration.d.ts:1181
Method
remove
()
worker-configuration.d.ts:1190
Method
remove
()
worker-configuration.d.ts:1198
Method
remove
()
worker-configuration.d.ts:1207
Method
removeAndKeepContent
()
worker-configuration.d.ts:1182
Method
removeAttribute
(name: string)
worker-configuration.d.ts:1175
Method
replace
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1180
Method
replace
(content: string, options?: ContentOptions)
worker-configuration.d.ts:1197
Method
replace
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1206
Method
reply
* 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
Method
reportError
(error: any)
worker-configuration.d.ts:214
Method
response
* The image as a response, ready to store in cache or return to users
worker-configuration.d.ts:4923
Method
retry
(options?: QueueRetryOptions)
worker-configuration.d.ts:1509
Method
retryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:1515
Method
retryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:1521
Method
rollback
()
worker-configuration.d.ts:454
Function
run_command
(payload: CommandRequest)
container_src/app/main.py:46
Method
running
()
worker-configuration.d.ts:2478
Method
secureTransport
()
worker-configuration.d.ts:2409
Method
send
(message: Body, options?: QueueSendOptions)
worker-configuration.d.ts:1486
Method
send
* 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
Method
send
(message: EmailMessage)
worker-configuration.d.ts:4759
Method
send
* 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
Method
sendBatch
(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions)
worker-configuration.d.ts:1487
Method
serializeAttachment
(attachment: any)
worker-configuration.d.ts:2345
Method
setAlarm
(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:456
Method
setAlarm
(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:470
Method
setAttribute
(name: string, value: string)
worker-configuration.d.ts:1174
Method
setHibernatableWebSocketEventTimeout
(timeoutMs?: number)
worker-configuration.d.ts:441
Method
setInnerContent
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1183
Method
setInterval
(callback: (...args: any[]) => void, msDelay?: number)
worker-configuration.d.ts:209
Method
setReject
* 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
Method
setTimeout
(callback: (...args: any[]) => void, msDelay?: number)
worker-configuration.d.ts:206
Method
setWebSocketAutoResponse
(maybeReqResp?: WebSocketRequestResponsePair)
worker-configuration.d.ts:438
Method
signal
(signo: number)
worker-configuration.d.ts:2482
Method
startTls
(options?: TlsOptions)
worker-configuration.d.ts:2411
Method
structuredClone
(value: T, options?: StructuredSerializeOptions)
worker-configuration.d.ts:213
Method
sync
()
worker-configuration.d.ts:472
Method
table
(tabularData?: any, properties?: string[])
worker-configuration.d.ts:112
Method
tee
()
worker-configuration.d.ts:1756
Method
text
(element: Text)
worker-configuration.d.ts:1154
Method
text
(text: Text)
worker-configuration.d.ts:1159
Method
text
()
worker-configuration.d.ts:1585
Method
time
(label?: string)
worker-configuration.d.ts:114
Method
timeEnd
(label?: string)
worker-configuration.d.ts:116
Method
timeLog
(label?: string, ...data: any[])
worker-configuration.d.ts:118
Method
timeStamp
(label?: string)
worker-configuration.d.ts:119
Method
toJSON
()
worker-configuration.d.ts:1634
Method
toString
()
worker-configuration.d.ts:411
Method
trace
(...data: any[])
worker-configuration.d.ts:121
Method
transaction
(closure: (txn: DurableObjectTransaction) => Promise<T>)
worker-configuration.d.ts:468
Method
transactionSync
(closure: () => T)
worker-configuration.d.ts:474
Method
transform
* 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
Method
upgraded
()
worker-configuration.d.ts:2408
Method
uploadPart
(partNumber: number, value: ReadableStream | (ArrayBuffer | ArrayBufferView) | string | Blob, options?: R2Uplo
worker-configuration.d.ts:1557
Method
values
(options?: ReadableStreamValuesOptions)
worker-configuration.d.ts:1760
Method
wait
(delay: number, maybeOptions?: SchedulerWaitOptions)
worker-configuration.d.ts:746
Method
waitUntil
(promise: Promise<any>)
worker-configuration.d.ts:342
Method
waitUntil
(promise: Promise<any>)
worker-configuration.d.ts:431
Method
warn
(...data: any[])
worker-configuration.d.ts:123
Method
webSocketClose
(ws: WebSocket, code: number, reason: string, wasClean: boolean)
worker-configuration.d.ts:403
Method
webSocketError
(ws: WebSocket, error: unknown)
worker-configuration.d.ts:404
Method
webSocketMessage
(ws: WebSocket, message: string | ArrayBuffer)
worker-configuration.d.ts:402
Method
writable
()
worker-configuration.d.ts:2405
Method
writeDataPoint
(event?: AnalyticsEngineDataPoint)
worker-configuration.d.ts:511
← previous
101–195 of 195, ranked by callers