tensorflow / tensorflow/tensorboard
Demo pages are broken on Chrome Canary
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
From Chrome Canary
[Deprecation] HTML Imports is deprecated and will be removed in M73, around March 2019. Please use ES modules instead. See https://www.chromestatus.com/features/5144752345317376 for more details.
Demo pages do not create one bundle but instead uses HTML import to load dependencies from the relative paths. tf-graph-app standalone demo that works on Chrome stable channel no longer works on Chrome Canary due to dependencies not loading properly (i.e., Polymer is undefined).
Note that this may impact how our web tests are being executed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the tf-graph-app standalone demo in Chrome Canary and inspect how its HTML Imports load dependencies from relative paths. Trace why Polymer is undefined, then confirm the demo works with the updated loading approach and check whether web tests are affected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, javascript
- Domain
- frontend, testing-qa, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100