yodaos-project / yoda.js

Application Framework that powered YodaOS
Apache License 2.0
187 stars 48 forks source link

runtime: pass url event argument as url string #787

Closed legendecas closed 5 years ago

legendecas commented 5 years ago

To keep Fauna protocol clean and language agnostic, we’d revisit JS related API and refactor these API. This PR is part of the process. Though we’d keep actual API untouched to keep API stability at this time, an additional url parse would be performed at client side.

Checklist