mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Introduce DEBUG module which traces public API calls
This patch improves on DEBUG module to trace all puppeteer's public API calls. References #89.
This commit is contained in:
@@ -358,5 +358,6 @@ class Frame {
|
||||
this._parentFrame = null;
|
||||
}
|
||||
}
|
||||
helper.tracePublicAPI(Frame);
|
||||
|
||||
module.exports = FrameManager;
|
||||
|
||||
Reference in New Issue
Block a user