summaryrefslogtreecommitdiff
path: root/packages/webapi/test (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-08feat: remove webapi in favor of a smaller polyfill (#7840)Gravatar Erika 12-501/+0
* feat: remove webapi in favor of a smaller polyfill * test: remove old test * test: 🤦‍♀️ * chore: changeset
2023-04-19Cleanup CI logs and run windows on node16 only (#6838)Gravatar Bjorn Lu 1-3/+3
2023-01-10Remove more unnecessary polyfills from webapi for Node 16 (#5814)Gravatar Erika 2-127/+0
* feat(webapi): Remove unnecessary polyfills now that we dropped support for Node 14 * feat(webapi): Removed more unnecessary polyfills for Node 16 * chore: changeset
2023-01-09Drop Node 14 support (#5782)Gravatar Erika 1-60/+0
* chore: Update engines field * fix(deps): Remove node-fetch * feat(polyfills): Remove node-fetch for undici * feat(webapi): Remove node-fetch from the webapis polyfills for undici * feat(core): Remove node-fetch for undici in Astro core * feat(telemetry): Remove node-fetch for undici * feat(node): Remove node-fetch for undici in node integration * feat(vercel): Remove node-fetch for undici in Vercel integration * chore: update lockfile * chore: update lockfile * chore: changeset * fix(set): Fix set directives not streaming correctly on Node 16 * Try another approach * Debugging * Debug fetch * Use global fetch if there is one * changeset for lit * Remove web-streams-polyfill * Remove web-streams-polyfill license note * Update .changeset/stupid-wolves-explain.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-04-10chore: webapi test now use chai (#3048)Gravatar Juan Martín Seery 13-785/+533
2022-03-07[ci] yarn formatGravatar natemoo-re 13-69/+149
2022-03-07Add `@astrojs/webapi` package (#2729)@astrojs/webapi@0.11.0Gravatar Nate Moore 13-0/+860
* chore: add @astrojs/webapi * chore: update package.json * fix: update file case * fix: remove lowercase file * chore: update tests to use mocha * chore: update LICENSE