swiftwasm / WebAPIKit

Access the DOM and other Web APIs from Swift! (Very much a WIP)
MIT License
61 stars 8 forks source link

Fix append child error #52

Open bestwnh opened 4 months ago

bestwnh commented 4 months ago

fix https://github.com/swiftwasm/WebAPIKit/issues/48

I check all type that return Self, only five of them need to update. One in WebAudio already updated at patch before. This pr update the other four.