JakeWharton / SdkSearch

An Android app and Chrome extension for searching the Android SDK documentation.
Apache License 2.0
2.06k stars 175 forks source link

Content script races async DOM insertion #162

Closed JakeWharton closed 5 years ago

JakeWharton commented 5 years ago

Looks like the contents are served asynchronously now so the content script races the DOM elements. If they aren't added in time, the script bails. It should itself be async based on whenever the elements become available.