-
## What is the Problem Being Solved?
Two problems.
1) Developers sometimes encounter `SES_ALREADY_LOCKED_DOWN` and have a hard time finding where it was locked down. Sometimes two modules both a…
-
### Version
v16.9.1
### Platform
Microsoft Windows NT 10.0.19043.0 x64
### Subsystem
encoding
### What steps will reproduce the bug?
Enter the following in the REPL:
```js
new TextDecoder("…
-
Getting error on account creation :-
const defaultPrivateKey = "5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3"; // bob
const signatureProvider = new JsSignatureProvider(['5KQwrPbwdL6PhXujxW37F…
-
Hi, I found some issues when using this lib in my TS project.
- pre installed 'websocket' lib needs .node c++ compiled module, it's not compatible in webpack, I tried 'ws' instead of 'websocket', and…
-
# 📗 API Reference Docs Problem
https://nodejs.org/docs/latest-v16.x/api/string_decoder.html
## Description
Like with util inherit and querystring can you also mark string_decoder as legacy an…
-
[QuickJS](https://github.com/bellard/quickjs) will be added as an alternative JS engine. The goal is to achieve a drop-in replacement level support for QuickJS.
QuickJS is supported and developed by a…
-
This might be an ever-moving goal post to get the compiled and interpreter environments identical, but doing some tests to illuminate what's available in the globals in the different environments.
…
-
I was testing the `getZapInfo` method with a profile that only has `LUD06` and no `LUD16`, and it threw the following error:
```
Error getting NIP-57 zap spec Error: Unable to fetch zap endpoint htt…
-
With this change the Encoding Standard will have two concepts of "stream": https://encoding.spec.whatwg.org/#concept-stream and a TransformStream.
I see three ways out of this:
- Rename the Encoding …
-
Fetch supports abort, if it is not provided or called it leaves long leaving TCP connections open.
Abort package : https://www.npmjs.com/package/abortcontroller-polyfill
Example code/changes that …