Skip to content

Commit

Permalink
Add additional jsHandle.uploadFile event (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
kendalsickels-wf committed Feb 25, 2020
1 parent 2941a34 commit 8678d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/page/js_handle.dart
Expand Up @@ -416,6 +416,7 @@ async function _(element, pageJavascriptEnabled) {
}
element.files = dt.files;
element.dispatchEvent(new Event('input', { bubbles: true }));
element.dispatchEvent(new Event('change', { bubbles: true }));
}''', args: [filesArg]);
}

Expand Down

0 comments on commit 8678d6c

Please sign in to comment.