Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

<form> submit event memory leak #151

Open
Ethorbit opened this issue Mar 16, 2020 · 1 comment
Open

<form> submit event memory leak #151

Ethorbit opened this issue Mar 16, 2020 · 1 comment

Comments

@Ethorbit
Copy link

When the submit event is called the program's memory usage permanently increases by 30,000K

Tested without any interfering scripts and the result is the same, only thing I can think of is that the

contains a bunch of elements like headers, images and lists, not just inputs.

@c-smile
Copy link
Owner

c-smile commented Mar 16, 2020

I do not understand "submit event is called" phrase. Events are, well, events - not functions. Events can occur, be generated or raised, etc.

Anyway... do you have a test case, just to understand what you mean.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants