chore: drop Firefox workaround (#7226)
The Firefox issue is already resolved.
This commit is contained in:
parent
778ac92469
commit
4959d46b8a
@ -276,11 +276,7 @@ export class CDPSession extends EventEmitter {
|
|||||||
const id = this._connection._rawSend({
|
const id = this._connection._rawSend({
|
||||||
sessionId: this._sessionId,
|
sessionId: this._sessionId,
|
||||||
method,
|
method,
|
||||||
/* TODO(jacktfranklin@): once this Firefox bug is solved
|
params,
|
||||||
* we no longer need the `|| {}` check
|
|
||||||
* https://bugzilla.mozilla.org/show_bug.cgi?id=1631570
|
|
||||||
*/
|
|
||||||
params: params || {},
|
|
||||||
});
|
});
|
||||||
|
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user