Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grm/deps.ts

MTProto API Client for Deno 🦕
Go to Latest
import * as grm from "https://deno.land/x/grm@0.8.0/deps.ts";

Classes

Buffer objects are used to represent a fixed-length sequence of bytes. Many Node.js APIs support Buffers.

A promise with a cancel method.

If canceled, a [[CancellablePromise]] should throw an Cancellation object.

AES-IGE mode.

Functions

Takes in a regular Promise and returns a CancellablePromise. If canceled, the CancellablePromise will immediately reject with a Cancellation, but the asynchronous operation will not truly be aborted.