Releases: ayonli/jsext
Releases · ayonli/jsext
v0.9.62
RequestContext.time
warns if the name already exists; add getTimers
in TimingFunctions
saveFile
and downloadFile
use downloading behavior in the browser
async.abortWith
supports secondary signature; fix none-aborting bug when the parent signal is already aborted
v0.9.61
add suggestResponseType
and setFilename
in http
module
move withWeb
from http
to http/internal
v0.9.60
b41dd2c
: deprecate async.abortable
for promise in favor of select
bd3d7a1
: add async.abortWith
d03aeb5
: add functions for parsing and stringfying http messages
fac17ae
: add getCookies
, getCookie
, setCookie
in http
module
af346a6
: add Server-Timing functions in RequestContext
7f88a84
: add parseUserAgent
in http
module
v0.9.58
fix http.serve
: Request.signal
is aborted when the request is cancelled;
async.select
supports promises as tasks and accepts a parent signal;
fix signatures of EventTarget
subclasses;
v0.9.57
EventEndpoint.response
returns Response
when the constructor is called with Request
;
fix EventSource
implementation for CORS;
http.serve
supports module
type in Node.js;
deprecate WebSocketConnection.ready
in favor of the open
event;
v0.9.56
remove optional dependencies
v0.9.55
fix TypeScript support in Node.js CommonJS module system
v0.9.54
http
module supports being used as a loader in Node.js
Upgrading WebSocket no longer needs to be async
v0.9.53
fix decodeBase64
in encoding
module;
v0.9.52
add EventSource
and fix EventConsumer
in sse
module;
correct docs in some modules;
You can’t perform that action at this time.