-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationlow hanging fruitready to implementplease submit PRs for these issues!please submit PRs for these issues!
Description
Describe the problem
The page for writing adapters refers to @sveltejs/kit/install-fetch
but this package was renamed to @sveltejs/kit/node/polyfills
.
- Globally shims `fetch` to work on the target platform, if necessary. SvelteKit provides a `@sveltejs/kit/install-fetch` helper for platforms that can use `node-fetch` |
Describe the proposed solution
- Change the package name to
@sveltejs/kit/node/polyfills
. - Update language to also say that
crypto
is shimmed as part of the package.
Alternatives considered
No response
Importance
nice to have
Additional Information
No response
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationlow hanging fruitready to implementplease submit PRs for these issues!please submit PRs for these issues!