[Pas2js] HTML template element missing definiton
warleyalex
warleyalex at yahoo.com.br
Sun Nov 4 14:22:00 CET 2018
Media content (<audio>, <video>, ) inside the template won't be loaded
immedialtey.
There is an additional "content" property which acts as a virtual element
between the template and its contents.
...and this field/property is missing at the web.pas.
-----
type
TSJHTMLTemplateElement = class external name 'HTMLTemplateElement'
(TJSHTMLElement)
public
content: TJSDocumentFragment;
end;
-----
--
Sent from: http://pas2js.38893.n8.nabble.com/
More information about the Pas2js
mailing list