We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOM Level 2相当になるよう、handleEventを持つオブジェクトをサポートする。
The text was updated successfully, but these errors were encountered:
hifive#290 handleEventを持つオブジェクト(イベントリスナオブジェクト)でaddEventListenerできるように…
e1dab10
…しました。
hifive#290 イベントリスナのコンテキスト(this)を確認するテストを追加
bf8fd8f
handleEventを持つオブジェクト(EventListenerインターフェースを持つオブジェクト)をaddEventLisnterの第2引数に渡せるようにしました。
イベントリスナオブジェクトでハンドラが実行された場合のコンテキスト(this)は、そのイベントリスナオブジェクトになります。
今回の変更に伴って、addEventListenerの第2引数チェックを以下の通り変更しました。
また、今まで通り第2引数を省略した場合はエラーです。
nullやundefinedでも指定されていた場合はエラーになりません。 (何も起こりません。実装上はnullやundefinedの場合は無視しています。)
Sorry, something went wrong.
fukudayasuo
No branches or pull requests
DOM Level 2相当になるよう、handleEventを持つオブジェクトをサポートする。
The text was updated successfully, but these errors were encountered: