-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support application-specific sanitizers / type builders #32
Comments
It seems reasonable to argue that the combination of
forms a sufficient, minimal, and non-opinionated approach to supporting application-specific builders. This approach would have the (arguably desirable) effect that the web platform provides only those aspects that are difficult and/or inefficient to implement as a JS library/framework:
But at the same time it wouldn't stipulate a particular contract for these types. As noted, the effective contract for the types arises from the uses of If the spec were to go down this route, it would make sense to release a reference library (let's say " One desirable aspect of releasing "typical" builders as a library is that it's much easier to evolve/change than the web platform; and of course it doesn't lock applications into a particular semantics if they have the need for special treatment (for example, code used to build a web app served in a web view, or a framework like electron). An typical web app would depend on This may also help avoid the need for libraries such as jquery to resort to using |
This laid the groundwork for the policy design of the new API. Thanks for your help! |
Extracted off #7, by @xtofian:
The text was updated successfully, but these errors were encountered: