session-resume icon indicating copy to clipboard operation
session-resume copied to clipboard

Annotate fields to be persisted on navigation away from the current page

Results 6 session-resume issues
Sort by recently updated
recently updated
newest added

Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 Commits 5e17bb7 11.8.5 bce8ce7 Backport 861ccd9ac2237df762a9e2beed7edd88c60782dc 8ced192 Fix build 670eb04 11.8.4...

dependencies

Noticed while adding some requested form support that inputs with a checked state are not accounted for, as they are dropped in the `field.value !== field.defaultValue` check. This adds support...

The kitchen sink image for Codespaces comes with node 14 and npm 6. We want to run node 16 and npm 8. This PR creates a dockerfile and devcontainer to...

By default, calls to `persistResumableFields()` will query the `document` for elements with the (default or provided) `selector:`. This commit adds support for specifying a `fields:` option, collecting `NodeList` or `Node[]`,...

By default, calls to `persistResumableFields()` will query the _document_ for elements with the (default or provided) `selector:`. This commit adds support for specifying a `scope:` option to declare a `ParentNode`...

session-resume on an issue comment for example doesn't seem to be working for me properly in chrome and I just lost a bunch of text from accidentally closing a tab...