Coyote Browser / Reference

A fresh HTML5 browser engine for HBBTV and embedded systems

²
  • Home
  • FAQ
  • About

Reference Index > DOM HTML

HTMLScriptElement

Interface Specification

WhatWG Logo from https://html.spec.whatwg.org/multipage/scripting.html#htmlscriptelement
interface HTMLScriptElement
{
[CEReactions] attribute USVString src;
[CEReactions] attribute DOMString type;
[CEReactions] attribute boolean noModule;
[CEReactions] attribute boolean async;
[CEReactions] attribute boolean defer;
[CEReactions] attribute DOMString? crossOrigin;
[CEReactions] attribute DOMString text;
[CEReactions] attribute DOMString integrity;
};
WhatWG Logo from https://html.spec.whatwg.org/multipage/obsolete.html#htmldirectoryelement
partial interface HTMLScriptElement
{
[CEReactions] attribute DOMString charset;
[CEReactions] attribute DOMString event;
[CEReactions] attribute DOMString htmlFor;
};
};

Implementation status

Number of constants in JS interface: none
Number of attributes in JS interface: 11/11
Number of functions in JS interface: none

FunctionImplementation status

Browser & Device compatibility

Device typeSupport Status
Desktop PC browsersYes
HBBTV 1.5 devicesYes
HBBTV 2.0.x devicesYes

Notes

none

This page has been generated automatically from source code by the CoyoteBrowser InfoTool on Tue Jan 05 16:54:08 2021 . Some design elements from MDN are used under CC-BY-SA license from "Mozilla Contributors".