improved comments

pull/11774/head
godzylinux 2 years ago
parent 77ae1bac97
commit 3f74826689

@ -3,7 +3,8 @@ import { make_reactive } from './utils.js';
/**
* had to create a subclass for URLWithReactiveSearchParams
* because we cannot change the internal `searchParams` reference (which links to the web api implementation) so it requires modifications
* because we cannot change the internal `searchParams` reference (which links to the web api implementation) so it requires
* some custom logic
*/
class URLWithReactiveSearchParams extends URL {
/**

Loading…
Cancel
Save