Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bestruirui/Alle
/ functions
Functions
303 in github.com/bestruirui/Alle
⨍
Functions
303
◇
Types & classes
511
Method
comments
(comment: Comment)
worker-configuration.d.ts:1527
Method
complete
(uploadedParts: R2UploadedPart[])
worker-configuration.d.ts:2034
Method
connect
(socket: Socket)
worker-configuration.d.ts:506
Method
connect
* Connect directly to Hyperdrive as if it's your database, returning a TCP socket. * * Calling this method returns an identical socket to if
worker-configuration.d.ts:11467
Method
constructor
(status: number, message: string)
src/api/client.ts:25
Method
contentType
* The content type of the returned image
worker-configuration.d.ts:11703
Method
contentType
* Returns the MIME type of the transformed media. * @returns A promise containing the content type string (e.g., 'image/jpeg', 'video/mp4')
worker-configuration.d.ts:11775
Method
count
* The **`console.count()`** static method logs the number of times that this particular call to `count()` has been called. * * [MDN Referenc
worker-configuration.d.ts:122
Method
countReset
* The **`console.countReset()`** static method resets counter used with console/count_static. * * [MDN Reference](https://developer.mozilla.
worker-configuration.d.ts:128
Method
create
* Create a new repository with an initial access token. * @param name Repository name (alphanumeric, dots, hyphens, underscores). * @param o
worker-configuration.d.ts:10177
Method
createDirectUpload
* Creates a direct upload that allows video uploads without an API key. * @param params Parameters for the direct upload * @returns The dire
worker-configuration.d.ts:12255
Method
createMultipartUpload
(key: string, options?: R2MultipartOptions)
worker-configuration.d.ts:2024
Method
createToken
* Create an access token for this repo. * @param scope Token scope: "write" (default) or "read". * @param ttl Time-to-live in seconds (defau
worker-configuration.d.ts:10148
Method
databaseSize
()
worker-configuration.d.ts:3204
Method
debug
* The **`console.debug()`** static method outputs a message to the console at the 'debug' log level. * * [MDN Reference](https://developer.m
worker-configuration.d.ts:134
Method
delete
(key: string, options?: DurableObjectPutOptions)
worker-configuration.d.ts:567
Method
delete
(key: string, options?: DurableObjectPutOptions)
worker-configuration.d.ts:580
Method
delete
(name: string)
worker-configuration.d.ts:629
Method
delete
(key: Key)
worker-configuration.d.ts:1900
Method
delete
(key: string)
worker-configuration.d.ts:3421
Method
delete
* Delete a repository and all associated tokens. * @param name Repository name. * @returns true if deleted, false if not found.
worker-configuration.d.ts:10220
Method
delete
* Delete a hosted image * @returns True if deleted, false if not found
worker-configuration.d.ts:11628
Method
delete
* Deletes a video and its copies from Cloudflare Stream. * @returns A promise that resolves when deletion completes. * @throws {NotFoundErro
worker-configuration.d.ts:12289
Method
delete
* Removes the captions or subtitles from a video. * @param language The BCP 47 language tag to remove. * @returns A promise that resolves wh
worker-configuration.d.ts:12604
Method
delete
* Delete the downloads for a video. Available types are `default` and `audio`. * Defaults to `default` when omitted. * @param downloadType T
worker-configuration.d.ts:12634
Method
delete
* Deletes a watermark profile. * @param watermarkId The watermark profile identifier. * @returns A promise that resolves when deletion compl
worker-configuration.d.ts:12689
Method
deleteAlarm
(options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:572
Method
deleteAlarm
(options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:586
Method
deleteAll
(options?: DurableObjectPutOptions)
worker-configuration.d.ts:582
Method
deserializeAttachment
()
worker-configuration.d.ts:3154
Method
destroy
(error?: any)
worker-configuration.d.ts:3309
Method
details
* Get metadata for a hosted image * @returns Image metadata, or null if not found
worker-configuration.d.ts:11611
Method
details
* Get a full videos details * @returns The full video details. * @throws {NotFoundError} if the video is not found * @throws {InternalE
worker-configuration.d.ts:12273
Method
dir
* The **`console.dir()`** static method displays a list of the properties of the specified JavaScript object. * * [MDN Reference](https://de
worker-configuration.d.ts:140
Method
dirxml
* The **`console.dirxml()`** static method displays an interactive tree of the descendant elements of the specified XML/HTML element. * * [M
worker-configuration.d.ts:146
Method
doctype
(doctype: Doctype)
worker-configuration.d.ts:1526
Method
draw
* Draw an image on this transformer, returning a transform handle. * You can then apply more transformations, draw, or retrieve the output.
worker-configuration.d.ts:11684
Method
dup
()
worker-configuration.d.ts:12000
Method
element
(element: Element)
worker-configuration.d.ts:1521
Function
emailHandler
( message: ForwardableEmailMessage, env: Env, ctx: ExecutionContext )
worker/email/recv.ts:146
Method
end
(end: DocumentEnd)
worker-configuration.d.ts:1529
Method
enterSpan
(name: string, callback: (span: Span, ...args: A) => T, ...args: A)
worker-configuration.d.ts:3487
Method
equals
(other: DurableObjectId)
worker-configuration.d.ts:518
Method
exec
(query: string, ...bindings: any[])
worker-configuration.d.ts:3203
Method
fetch
(input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>)
worker-configuration.d.ts:311
Method
fetch
(request: Request)
worker-configuration.d.ts:505
Method
fork
* Fork this repo to a new repo. * @param name Target repository name. * @param opts Optional: description, readOnly flag, defaultBranchOnly
worker-configuration.d.ts:10163
Method
forward
* Forward this email message to a verified destination address of the account. * @param rcptTo Verified destination address. * @param header
worker-configuration.d.ts:11284
Method
fromTrace
(item: TraceItem)
worker-configuration.d.ts:2791
Method
generate
* Generate captions or subtitles for the provided language via AI. * @param language The BCP 47 language tag to generate. * @returns The gen
worker-configuration.d.ts:12587
Method
generate
* Generates a download for a video when a video is ready to view. Available * types are `default` and `audio`. Defaults to `default` when omitted
worker-configuration.d.ts:12618
Method
generate
* Generate a new watermark profile * @param input The image stream to upload * @param params The watermark creation parameters. * @retu
worker-configuration.d.ts:12656
Method
generateToken
* Creates a signed URL token for a video. * @returns The signed token that was created. * @throws {InternalError} if the signing key cannot
worker-configuration.d.ts:12295
Method
get
(key: string, options?: DurableObjectGetOptions)
worker-configuration.d.ts:562
Method
get
(key: string, options?: DurableObjectGetOptions)
worker-configuration.d.ts:575
Method
get
(name: string, getStartupOptions: () => FacetStartupOptions<T> | Promise<FacetStartupOptions<T>>)
worker-configuration.d.ts:627
Method
get
(key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>)
worker-configuration.d.ts:1870
Method
get
(key: string)
worker-configuration.d.ts:3415
Method
get
(name: string | null, getCode: () => WorkerLoaderWorkerCode | Promise<WorkerLoaderWorkerCode>)
worker-configuration.d.ts:3440
Method
get
* Get a handle to an existing repository. * @param name Repository name. * @returns Repo handle.
worker-configuration.d.ts:10187
Method
get
* Retrieve the current stored value
worker-configuration.d.ts:11446
Method
get
* Get a secret from the Secrets Store, returning a string of the secret value * if it exists, or throws an error if it does not exist
worker-configuration.d.ts:12199
Method
get
* Lists the downloads created for a video. * @returns The current downloads for the video. * @throws {NotFoundError} if the video or downloa
worker-configuration.d.ts:12625
Method
get
* Retrieves details for a single watermark profile. * @param watermarkId The watermark profile identifier. * @returns The watermark profile
worker-configuration.d.ts:12681
Method
get
* @param name Name of the Worker script. * @param args Arguments to Worker script. * @param options Options for Dynamic Dispatch invocation.
worker-configuration.d.ts:13459
Method
getAlarm
(options?: DurableObjectGetAlarmOptions)
worker-configuration.d.ts:570
Method
getAlarm
(options?: DurableObjectGetAlarmOptions)
worker-configuration.d.ts:584
Method
getAttribute
(name: string)
worker-configuration.d.ts:1541
Method
getBookmarkForTime
(timestamp: number | Date)
worker-configuration.d.ts:592
Method
getCurrentBookmark
()
worker-configuration.d.ts:591
Method
getDurableObjectClass
(name?: string, options?: WorkerStubEntrypointOptions)
worker-configuration.d.ts:3433
Method
getEntrypoint
(name?: string, options?: WorkerStubEntrypointOptions)
worker-configuration.d.ts:3432
Method
getHibernatableWebSocketEventTimeout
()
worker-configuration.d.ts:557
Method
getTags
(ws: WebSocket)
worker-configuration.d.ts:558
Method
getTcpPort
(port: number)
worker-configuration.d.ts:3311
Method
getUnredacted
()
worker-configuration.d.ts:2748
Method
getWebSocketAutoResponse
()
worker-configuration.d.ts:554
Method
getWebSocketAutoResponseTimestamp
(ws: WebSocket)
worker-configuration.d.ts:555
Method
getWebSockets
(tag?: string)
worker-configuration.d.ts:552
Method
getWithMetadata
(key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>)
worker-configuration.d.ts:1886
Method
group
* The **`console.group()`** static method creates a new inline group in the Web console log, causing any subsequent console messages to be indented by
worker-configuration.d.ts:158
Method
groupCollapsed
* The **`console.groupCollapsed()`** static method creates a new inline group in the console. * * [MDN Reference](https://developer.mozilla.
worker-configuration.d.ts:164
Method
groupEnd
* The **`console.groupEnd()`** static method exits the current inline group in the console. * * [MDN Reference](https://developer.mozilla.or
worker-configuration.d.ts:170
Method
handleEvent
(event: EventType)
worker-configuration.d.ts:774
Function
handleUnauthorized
()
src/main.tsx:29
Method
hasAttribute
(name: string)
worker-configuration.d.ts:1542
Method
head
(key: string)
worker-configuration.d.ts:2015
Method
image
* Get a handle for a hosted image * @param imageId The ID of the image (UUID or custom ID) * @returns A handle for per-image operations
worker-configuration.d.ts:11636
Method
image
* The bytes of the response
worker-configuration.d.ts:11707
Method
import
* Import a repository from an external git remote. * @param params Source URL and optional branch/depth, plus target name and options. * @re
worker-configuration.d.ts:10193
Method
info
* The **`console.info()`** static method outputs a message to the console at the 'info' log level. * * [MDN Reference](https://developer.moz
worker-configuration.d.ts:176
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:11659
Method
input
* Begin applying a series of transformations to an image * @param stream The image bytes * @returns A transform handle
worker-configuration.d.ts:11665
Method
input
* Creates a media transformer from an input stream. * @param media - The input media bytes * @returns A MediaTransformer instance for applyi
worker-configuration.d.ts:11724
Method
interceptAllOutboundHttp
(binding: Fetcher)
worker-configuration.d.ts:3314
Method
interceptOutboundHttp
(addr: string, binding: Fetcher)
worker-configuration.d.ts:3313
Method
interceptOutboundHttps
(addr: string, binding: Fetcher)
worker-configuration.d.ts:3317
Method
list
(options?: DurableObjectListOptions)
worker-configuration.d.ts:564
Method
list
(options?: DurableObjectListOptions)
worker-configuration.d.ts:577
Method
list
(options?: KVNamespaceListOptions)
worker-configuration.d.ts:1884
← previous
next →
101–200 of 303, ranked by callers