[API Proposal] NavigationService.RemoveForwardEntry
Open
:construction: work in progress
API suggestion
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
Currently when navigating backwards, content is added to forward stack. While we can remove entries from back stack, we cannot do the same for forward stack.
```C#
public class NavigationService
{
// Removes the next journal entry from forward history, if there is one
public JournalEntry RemoveForwardEntry()
}
public class Frame
{
// Removes the next journal entry from forward history, if there is one
public JournalEntry RemoveForwardEntry()
}
```
Contributor guide
Assessment
This issue has not been assessed yet.