summaryrefslogtreecommitdiff
path: root/ext/web/03_abort_signal.js
AgeCommit message (Collapse)Author
2021-09-25fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851)李瑞丰
Co-authored-by: Luca Casonato <hello@lcas.dev> Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2021-09-21perf(web): optimize AbortController (#12165)Aaron O'Mullan
- Use regular class constructor and symbol "private" attributes - Lazy init Set of follower signals
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl