Skip to main content
Module

x/xhr/deno.json

An XMLHttpRequest polyfill for Deno CLI and Deploy 🦕
Very Popular
Latest
File
{ "name": "@kitsonk/xhr", "version": "0.4.3", "exports": { ".": "./mod.ts", "./globals": "./globals.d.ts" }, "tasks": { "test": "deno test --allow-read=. --allow-net=deno.land" }, "fmt": { "exclude": ["./README.md"] }, "lock": false}