<table><tr><td style="">ahmadosama retitled this revision from "[KJS] Allow calling function from KJObject by adding a call function to its api" to "[KJS] Allow calling function from KJSObject by adding a call function to its api".<br />ahmadosama edited the summary of this revision. <a href="https://phabricator.kde.org/transactions/detail/PHID-XACT-DREV-py2pkbhewcooshd/">(Show Details)</a>
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D20961">View Revision</a></tr></table><br /><div><strong>CHANGES TO REVISION SUMMARY</strong><div><div style="white-space: pre-wrap; color: #74777D;"><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">Checking similar JS Engine like the [[ https://doc.qt.io/qt-5/qjsengine.html | QJSEngine ]] the [[ https://doc.qt.io/qt-5/qjsvalue.html | QJSValue ]] has a function that allows calling the javascript function, but this behavior is not supported by KJS.<br />
<br />
I created this patch as I applied for GSoC this year  with Okular to the project: Support animated pdf<br />
<br />
A sample of the javascript code we need to run could be found here: [[ https://gist.github.com/AhmadOsama4/88a44c587645c2867d9f1e4a98b20173#file-animated_set-js | [LINK] ]]<br />
<br />
So we need to support setInterval which can be done by using QTimer and when timeout signal is emitted we could call the required function.</span></div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R314 KJs</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D20961">https://phabricator.kde.org/D20961</a></div></div><br /><div><strong>To: </strong>ahmadosama<br /><strong>Cc: </strong>apol, kde-frameworks-devel, michaelh, ngraham, bruns<br /></div>