blob: 1a90beadf1ee459911b2b549fc9359b44fe37bbd [file] [log] [blame] [edit]
/**
* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts
**/
const url = new URL(window.location.toString());
export function optionEnabled(opt) {
const val = url.searchParams.get(opt);
return val !== null && val !== '0';
}
//# sourceMappingURL=options.js.map