mattpointblank’s avatarmattpointblank’s Twitter Archive—№ 19,214

  1. …in reply to @undefined
    @EclipseVTuber @oliverjumpertz If you're trying to make http calls from HTML pages you can just use the native fetch API, no need to load (enormous) Node modules into a client-side package (and they probably won't work correctly as they're intended for server-side use).