This repository has been archived by the owner on Aug 13, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add AV embed timeout handling to Media Player #2836
Add AV embed timeout handling to Media Player #2836
Changes from 37 commits
a05bd2d
449938b
8b76e8e
8e85f35
338933f
44b87f6
50aa239
cc265d0
a047835
8d31be2
c8dee83
25166f9
0f592b0
5e02b82
8362ee4
326e938
6dfa9a8
fb9da72
49fe6bb
310ebcd
423ee27
65169f9
66bd1b1
76e8e44
b9bccce
deca192
9a876fe
78b962a
e163eb1
b8395ad
ec760c9
ae78387
6fb2afe
06c0ada
e8072b0
a3d06fe
9132b3a
299ffb7
1ee9c6e
d72cab9
6e005c7
9601a5d
fb761f2
d51abc5
d804acd
48619b0
a02664e
e3d2d4f
6cf8d3e
24d9783
08390da
564b400
6214146
b27eaac
336c70b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be good to document that this only applies to canonical and not AMP?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not immediately obvious from the files changed diff on GitHub, but the readme is split into Canonical and AMP sections and this prop is only listed beneath Canonical.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments in this file are excellent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The value of
.current
is guaranteed to be defined at this point, right?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If
iframeRef
is created as documented (as a React Ref), it will be, but perhaps this should be more defensively written. I deliberated over this for a while and appreciate you raising it. It should probably throw ifcurrent
is falsy. I'll make this change now.