[Webkit-unassigned] [Bug 167549] Invoking generated callback should allow setting the `this` object
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 3 06:30:00 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=167549
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlip.792 at gmail.com
--- Comment #1 from Ahmad Saleem <zlip.792 at gmail.com> ---
JSFiddle - https://jsfiddle.net/79xqnct6/
*** Chrome Canary 107 ***
"this", [object PerformanceObserver] {
disconnect: function disconnect() { [native code] },
observe: function observe() { [native code] },
takeRecords: function takeRecords() { [native code] }
}
*** Firefox Nightly 106 ***
"this", [object PerformanceObserver] {
disconnect: function disconnect() {
[native code]
},
observe: function observe() {
[native code]
},
takeRecords: function takeRecords() {
[native code]
}
}
*** Safari Technology Preview 152 ***
"this", [object PerformanceObserver] {
disconnect: function disconnect() {
[native code]
},
observe: function observe() {
[native code]
},
takeRecords: function takeRecords() {
[native code]
}
}
_________________
Is anything needed here? Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220903/edd43bb0/attachment-0001.htm>
More information about the webkit-unassigned
mailing list