Sam Dutton
Sam Dutton
Hi @nataliGitHub Could you provide some sample code where you're accessing `document.browsingTopics()`? Also — would you be able to provide a screenshot of just the Features and Parameters tab from...
> in order for document.browsingTopics() to return an array of valid topics, the page has to have links or ads, something to click on to redirect to another page, that...
`document.browsingTopics()` returns a promise that resolves to an array of topics. I think here you're attempting to add a stringified promise as a property of the object `a`. You might...
> My version of code works in most cases Apologies — I confused myself :). Realise now your code doesn't do what I suggested (i.e., as you say, it should...
Hi @nataliGitHub > Since owned media sites do not usually have links(ads) to other sites, should we expect any topics to be observed from an owned media site except its...
Hi @nataliGitHub -- slightly lost track of this. Do you still have unanswered questions? If so, let us know. Thanks!
There hasn't been any activity on this bug for several weeks, so I'll close it. Feel free to reopen if necessary.
Hi @patricio-navarro — thanks for providing the code and values. Looking into this now. @nataliGitHub FYI
@patricio-navarro Would you be able to provide a demo to repro this?
Thanks @patricio-navarro. Is it possible for you to check `document.browsingTopics()` at the point it's being called, to see if it's somehow being overridden? I think `document.browsingTopics.toString()` should work, or you...