Skip to content

Commit 502f245

Browse files
committed
Add ignore-form-resubmission til
1 parent 949e46c commit 502f245

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

devtools/ignore-form-resubmission.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
date: 2024-06-12
3+
---
4+
5+
# Chrome devtools ignores form resubmission
6+
7+
Today I learned that if you have the chrome devtools open, then Chrome will suppress the confirm form resubmission dialog:
8+
9+
![alt text](image.png)
10+
11+
This threw me off for a minute because I couldn't figure out how the page was maintaining the state when I would refresh after a post.
12+
13+
I couldn't find it documented anywhere but it's a nice convenience during development though it could be confusing if you're unaware of it.

devtools/image.png

28 KB
Loading

0 commit comments

Comments
 (0)