Skip to content

PagePoolAction: Fix typeof check

ivan tkachenko requested to merge work/ratijas/undefined-by-definition into master

The result of typeof operator is always a string description of a JavaScript type, like "string", "function" or "undefined. It is never equal to undefined itself.

Merge request reports