高熱でお休み
```
ReferenceError: TextEncoder is not defined
```
```
const util = require("util");
global.TextEncoder = util.TextEncoder;
global.TextDecoder = util.TextDecoder;
```
https://github.com/inrupt/solid-client-authn-js/issues/1676
#jsdom #jest #javascript
Coracle DMs
Coracle の古い DM 機能を抽出したもの
リポジトリ: https://github.com/coracle-social/legacy-dms (リンク切れ)
#キャッチアップ #awesomenostr
awesome-nostr のコミットのキャッチアップ
#キャッチアップ #awesomenostr
NIPs のコミットのキャッチアップ
https://github.com/nostr-protocol/nips/commits/master?since=2023-12-05&until=2023-12-10
* NIP-01: Basic protocol flow description
* リレーから送信される、サブスクリプションが終了したことを示す `CLOSED` メッセージが追加された
* NIP-42: Authentication of clients to relays
* 上記に伴う変更
* NIP-45: Counting results
* 同上
* NIP-02: Contact List and Petnames
* タイトルが変更された。Contact List and Petnames -> Follow List
* README
* 上記 `CLOSED` メッセージと NIP-02 に伴う更新
#キャッチアップ #nips
今日はこれ

#イベント
ESM:
```
import "websocket-polyfill";
```
CommonJS:
```
require("websocket-polyfill");
```
#javascript
