v1rtl
v1rtl
## Node.js docs reference https://nodejs.org/api/crypto.html#crypto_class_x509certificate ## Implementation interface ```ts import { Buffer } from "../buffer.ts"; import { ERR_INVALID_ARG_TYPE } from "../_errors.ts"; import { isArrayBufferView } from "../_util/_util_types.ts"; export class X509Certificate...
 console:  broken docs link: https://doc.deno.land/https/deno.land/x/node_http/mod.ts deno X: https://deno.land/x/[email protected] repo link: https://github.com/deno-libs/node-http
## Failing module - **GitHub**: https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-client - **npm**: https://npm.im/ipfs-http-client ```js import { create } from 'https://esm.sh/ipfs-http-client' ``` ## Error message After running `deno run` I get this: ``` Download https://cdn.esm.sh/v58/[email protected]/src/files/glob-source.js~.d.ts...
We should use std/node/http.ts instead of stream-http for Deno environment. `stream-http` is no longer needed. See https://deno.land/std/node/http.ts ## Failing module - **GitHub**: https://github.com/tinyhttp/tinyhttp ```js import { App } from 'https://esm.sh/@tinyhttp/app?pin=v64'...
## Failing module - **GitHub**: https://github.com/node-fetch/fetch-blob - **npm**: https://www.npmjs.com/package/fetch-blob ```js import { Blob } from 'https://esm.sh/fetch-blob' ``` ## Error message After running `deno run` I get this: ``` /* esm.sh...
## Failing module - **GitHub**: https://github.com/fsevents/fsevents - **npm**: npmjs.com/package/fsevents ```js import * as mod from 'https://esm.sh/fsevents' ``` ## Error message After running `deno run` I get this: ``` /* esm.sh...
## Failing module - **GitHub**: https://github.com/wooorm/xdm - **npm**: https://www.npmjs.com/package/xdm ```js import { compile } from 'https://esm.sh/xdm' ``` ## Error message After running `deno run` I get this: ``` error: TS2694...
## Failing module - **GitHub**: https://github.com/blocknative/onboard - **npm**: https://www.npmjs.com/package/bnc-onboard ```js import Onboard from 'https://esm.sh/bnc-onboard' ``` ## Error message When opening the file directly I get this: ```ts /* esm.sh -...
Ref: https://deno.land/[email protected]/http