Fundamental Rewrite of the WebFormsJS Library in WebForms Core 2
dev.to·4h·
Discuss: DEV
Flag this post

In version 2 of WebForms Core technology, the client-side WebFormsJS library has been fundamentally rewritten. This is in addition to adding new features and capabilities.

Improved browser support checking for modern JavaScript features.

In this release, we have improved browser support checking and created a list to log APIs and features that are not supported by the browser. This structure is designed to check browser support for a set of modern web features. First, a list of important features is defined, including DOM and form APIs such as FormData, ES6 JavaScript language features such as let/const, Promise, Map, Set and BigInt, web APIs such as fetch, WebSocket, `…

Similar Posts

Loading similar posts...