You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,83 +68,83 @@ OutFront provides an onscreen console for mobile browsers 🔥
71
68
Intercepts all your console.log, console.warn, console.error and errors and logs them into a popup on screen itself(DOM). This can be useful in scenarios where you don't have access to Chrome, Firefox, Edge etc. inspect panels.
72
69
73
70
Example scenario to use OutFront JS:
74
-
* You want to debug your webapp in a mobile browser or Webview where access to console is not present. Example: Chinese mobile browsers.
75
-
* You want your tester to see console.logs straight on the screen.
71
+
72
+
- You want to debug your webapp in a mobile browser or Webview where access to console is not present. Example: Chinese mobile browsers.
73
+
- You want your tester to see console.logs straight on the screen.
76
74
77
75
OutFront JS intercepts following console methods currently:
78
-
*`console.log`
79
-
*`console.warn`
80
-
*`console.error`
81
-
*`Inbuilt Javascript errors`
82
76
77
+
-`console.log`
78
+
-`console.warn`
79
+
-`console.error`
80
+
-`console.debug`
81
+
-`console.info`
82
+
-`Inbuilt Javascript errors`
83
83
84
84
<!-- GETTING STARTED -->
85
+
85
86
### Demo
86
87
87
88
A demo is worth a thousand words.
88
89
[See demo](https://outfront-demo.netlify.app/)
89
90
90
-
91
-
92
91
### Built With
93
92
94
-
OutFront is extremely light weight and built with:
0 commit comments