issues Search Results · repo:swiftwasm/WebAPIKit language:Swift
Filter by
19 results
(76 ms)19 results
inswiftwasm/WebAPIKit (press backspace or delete to remove)this library currently uses a number of common module names:
- DOM
- SVG
- FileSystem
- WebSockets
DOM and SVG are likely to be used by renderers, FileSystem by file system utilities, and WebSockets ...
tayloraswift
- Opened on Jan 22
- #57
I want to use custom elements. https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements
Is there any way to do this? If the WebAPIKit not support this yet, is there any way ...
bestwnh
- Opened on Dec 6, 2023
- #51
Now if I do this
let shadowRoot = rootView.attachShadow(init: .init(mode: .open, delegatesFocus: true, slotAssignment: .manual))
shadowRoot.ownerDocument?.body?.appendChild(node: childNode)
The shadow ...
bestwnh
- Opened on Dec 6, 2023
- #50
extension HTMLElement: ElementCSSInlineStyle {} should be add to the library. Now the ElementCSSInlineStyle is almost
useless.
bestwnh
- Opened on Dec 6, 2023
- #49
The appendChild(node: Node) for Node return type should be same as the child, not the parent. Now if you use the div
element to add a span, it would cause error. I m currently using a method below instead. ...
bestwnh
- Opened on Dec 6, 2023
- #48
Currently, WebGL 1.0, WebGL 2.0, and WebGPU can t be split into separate modules as targets, as enum RenderingContext
wraps all available context types and needs to have all of them in scope.
If RenderingContext ...
enhancement
MaxDesiatov
- 1
- Opened on May 25, 2022
- #43
https://github.com/swiftwasm/DOMKit/blob/070f99efca195eaa38f46beeb4dc46ca1d6ce04b/Sources/WebIDLToSwift/WebIDL%2BSwiftRepresentation.swift#L607-L622
enhancement
j-f1
- Opened on May 3, 2022
- #37
FrozenArrays are essentially readonly arrays in Swift.
ObservableArrays seem to have an identical API to a regular array, except that the spec can define custom behaviors when
the array is modified. So ...
enhancement
j-f1
- Opened on May 3, 2022
- #36
These four symbols override something from their parent in an incompatible way. I think the best way forward would be to
manually define extensions to those types using a slightly different name, but I’m ...
enhancement
j-f1
- 1
- Opened on May 3, 2022
- #35
These are a Cursed Object in the WebIDL spec (https://webidl.spec.whatwg.org/#idl-callback-interfaces), and they’re
essentially shorthand for a union between a function/closure type and an object with ...
enhancement
j-f1
- 1
- Opened on May 3, 2022
- #34

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.