1,
src\third_party\WebKit\Source\core\dom\events\Event.h: bool isTrusted() const { return is_trusted_; } void SetTrusted(bool value) { is_trusted_ = value; }
electron chrome内核定制
原文:https://www.cnblogs.com/bigben0123/p/13030289.html