Можно ли получить идентификатор iframe внутри iframe перекрестного происхождения?
HTML-код iframe:
<iframe height="100%" width="100%" scrolling="yes" allowtransparency="true" id="vfFrameId_1544771685610" name="vfFrameId_1544771685610" allowfullscreen="true" force-aloha-page_aloha-page="" allow="geolocation *; microphone *; camera *"></iframe>
Я пытался:
window.frameElement
возвращает null
.Поэтому я не могу использовать window.frameElement.id
для получения идентификатора.
Есть ли другое решение?