タグ

2022年2月27日のブックマーク (1件)

  • Node.js — Node v17.6.0 (Current)

    Notable Changes [6b88595142] - doc: deprecate notice for process methods (Yash Ladha) #41587 [77462b6083] - stream: revert map spec compliance (Benjamin Gruenbaum) #41931 [b968d89fc9] - build: remove broken x32 arch support (Ben Noordhuis) #41905 [ba639d052b] - (SEMVER-MINOR) esm: support https remotely and http locally under flag (Bradley Farias) #36328 [214d17650b] - (SEMVER-MINOR) fs: support c

    Node.js — Node v17.6.0 (Current)
    Shisama
    Shisama 2022/02/27
    HTTPS Imports がNode.js本体に入った! import { xxx } from 'https://foo.example/xxx.js'; のようにリモート上のESMのモジュールをロードできるようになる。まだ`--experimental-network-imports`フラグが必要。HTTPはループバックアドレスに限定され