Skip to main content
Home

Built and signed on GitHub Actions

Works with
This package works with Node.js, Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Bun
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score100%
Downloads2/wk
Published11 months ago (0.4.0)

Tiny util to await an endpoint to respond.

await-response

Tiny util to await an endpoint to respond

Usage

import { waitResponse } from "@gaute/await-response/";

await waitResponse('http://localhost:8080/')
Built and signed on
GitHub Actions

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@gaute/await-response

Import symbol

import * as await_response from "@gaute/await-response";
or

Import directly with a jsr specifier

import * as await_response from "jsr:@gaute/await-response";

Add Package

pnpm i jsr:@gaute/await-response
or (using pnpm 10.8 or older)
pnpm dlx jsr add @gaute/await-response

Import symbol

import * as await_response from "@gaute/await-response";

Add Package

yarn add jsr:@gaute/await-response
or (using Yarn 4.8 or older)
yarn dlx jsr add @gaute/await-response

Import symbol

import * as await_response from "@gaute/await-response";

Add Package

vlt install jsr:@gaute/await-response

Import symbol

import * as await_response from "@gaute/await-response";

Add Package

npx jsr add @gaute/await-response

Import symbol

import * as await_response from "@gaute/await-response";

Add Package

bunx jsr add @gaute/await-response

Import symbol

import * as await_response from "@gaute/await-response";