Custom events are just like regular browser events (e.g. "click", "keyup", etc.) ... dispatchEvent(event); ... dispatchEvent(customEvent);.
確定! 回上一頁