You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lexun and I were taking a look at this yesterday. It turns out that the immediate fix/implementation for Route.abort/2 as you implemented is not too difficult1, but we discovered some fun edge-case bugs while working on that.
So, thanks for creating this GitHub issue! It's going to lead to additional improvements. I hope to get those out shortly. And, thank you @lexun for your eyes and contributions on this.
Work in progress.
Footnotes
indeed, I believe that you solved it later in your fork. ↩
Hello,
I would like to ask you about implementation abort function so we can skip some resources to load, especially in my case images and videos.
I made this function here:
https://github.com/geometerio/playwright-elixir/blob/ab729b6f6f1f4f6d9e238d5e97598757b968c548/lib/playwright/route.ex#L14-L15
and implementation:
But it crash server, I very new in playwright so not sure where can be problem.
Doc for abort is here and my code is here
The text was updated successfully, but these errors were encountered: