Skip to content

lib: use || instead of ArrayPrototypeIncludes

Rodrigo Muino Tomonari requested to merge github/fork/RedYetiDev/patch-8 into main

This PR changes the ArrayPrototypeIncludes call to an ... || ... statement, which is a much faster statement.

Merge request reports

Loading