-
Notifications
You must be signed in to change notification settings - Fork 323
Uncaught TypeError: e.data.search is not a function
Bruno P. Kinoshita edited this page Jun 15, 2017
·
1 revision
From smashing issue #68
Browser extensions (e.g. Angular Augury) may call postMessage, which is used by the dashboards. Resulting in an exception as follows:
Uncaught TypeError: e.data.search is not a function
at handler (application.js:1325)
handler @ application.js:1325
application.js:1325 Uncaught TypeError: e.data.search is not a function
at handler (application.js:1325)
handler @ application.js:1325
In this case you can either disable the extension, or ignore the errors in the browser JavaScript console.
- Home
- Dashing Workshop
- Installation
- Widgets
- Configuration
- Security
- Troubleshooting
- Deploying dashboards
- How Tos
- How to: post data to your dashboard and widgets
- How to: Define a data model and store history data to database
- How to: Prevent a job from overlapping with itself
- How to: Send HTML data to your widgets
- How to: Send mysql data to your widgets
- How to: Setup a Graph
- How to: Store data to and display from database
- How to: Update a Dashboard using a spreadsheet
- How to: update dashboard in Django
- How to: Update font awesome fonts from version 3 to 4
- How to: Use New Relic with Dashing
- How to: precompile assets
- Development