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:
Andrey Lushnikov
2017-07-18 20:53:00 -07:00
parent f154d537f7
commit 55acae40fd
8 changed files with 55 additions and 1 deletions

View File

@@ -358,5 +358,6 @@ class Frame {
this._parentFrame = null;
}
}
helper.tracePublicAPI(Frame);
module.exports = FrameManager;