We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6893e17 commit 4535134Copy full SHA for 4535134
resources/benchmark-runner.mjs
@@ -121,18 +121,6 @@ class Page {
121
_wrapElement(element) {
122
return new PageElement(element);
123
}
124
-
125
- addEventListener(name, listener) {
126
- this._frame.contentWindow.addEventListener(name, listener);
127
- }
128
129
- setGlobalVariable(name, value) {
130
- this._frame.contentWindow[name] = value;
131
132
133
- getGlobalVariable(name) {
134
- return this._frame.contentWindow[name];
135
136
137
138
const NATIVE_OPTIONS = {
0 commit comments