Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/chan.ts>Channel#push

A JavaScript extension package for building strong and modern applications.
Latest
method Channel.prototype.push
Deprecated
Deprecated

This method is deprecated in favor of the send() method.

import { Channel } from "https://deno.land/x/ayonli_jsext@v0.9.72/chan.ts";

Parameters

data: T

Returns

Promise<void>