Skip to content

Commit

Permalink
Web Types 0.0.145 [generated]
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed May 16, 2024
1 parent 522f5fe commit 91f1d44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
package web.cssom

external interface ElementCSSInlineStyle {
/**
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attributeStyleMap)
*/
val attributeStyleMap: StylePropertyMap
get() = definedExternally

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ import web.window.WindowProxy
open external class HTMLIFrameElement
protected constructor() :
HTMLElement {
/**
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/allow)
*/
var allow: String

/**
Expand Down

0 comments on commit 91f1d44

Please sign in to comment.