Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.03 KB

This repo is deprecated

The <iframe> approach is presently on hold. Follow the latest Universal Search developments at the mozilla/universal-search repository and on its Waffle.io board.

universal-search-content

the iframe that we put inside the autocomplete dropdown

Build Status

develop

  1. npm install
  2. npm start
  3. navigate to https://localhost:8080/

build

  1. npm run build
  2. find output in dist/

postmessage API docs

https://github.com/mozilla/universal-search-addon/blob/master/docs/API.md

debugging and performance tuning

  1. Navigate to https://localhost:8080/
  2. Show the debugger by running app.showDebugger() in the console
  3. Enable event recording so that events can be replayed for debugging and performance tuning