mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
This patch adds a new consoleMessage.location() method that returns console message origins. Fixes #3029
12 lines
162 B
HTML
12 lines
162 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Log Entry Test</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
fetch('http://wat')
|
|
</script>
|
|
</body>
|
|
</html>
|