- Added Custom Exams tab showing all exams from Generation page - Displays title, module badges, duration, and status - Added Create Exam button - Kept Exam Sessions tab for institutional sessions - Search filters across exams Made-with: Cursor
8 lines
257 B
JavaScript
8 lines
257 B
JavaScript
"use strict";
|
|
const DOMException = require("./webidl2js-wrapper.js");
|
|
|
|
const sharedGlobalObject = { Array, Error, Object, Promise, String, TypeError };
|
|
DOMException.install(sharedGlobalObject, ["Window"]);
|
|
|
|
module.exports = sharedGlobalObject.DOMException;
|