tensorflow / tensorflow/tensorboard

Demo pages are broken on Chrome Canary

Open
#1,968 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type:build/install
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.