Closed
Bug 1615360
Opened 5 years ago
Closed 5 years ago
Add BigInt support to Runtime.callFunctionOn
Categories
(Remote Protocol :: CDP, task, P1)
Remote Protocol
CDP
Tracking
(firefox75 fixed)
RESOLVED
FIXED
Firefox 75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Currently we cannot run any Puppeteer test, which is based on BigInt because node starts to support it with version 10. And right now node v8 is in use for testing on mozilla-central.
With bug 1547823 we will get node 10 support soon. As such lets wait for it.
Assignee | ||
Updated•5 years ago
|
Priority: P1 → P3
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Assignee | ||
Updated•5 years ago
|
Priority: P3 → P1
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/34ce3f0a1cdb
[remote] Add BigInt support to Runtime.callFunctionOn. r=remote-protocol-reviewers,jgraham
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
Updated•5 years ago
|
Type: defect → task
Updated•4 years ago
|
Component: CDP: Runtime → CDP
You need to log in
before you can comment on or make changes to this bug.
Description
•