mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
6 lines
270 B
JavaScript
6 lines
270 B
JavaScript
const GetPrefs = await fetch(`${location.origin}/seqta/student/load/prefs?`, {
|
|
method: 'POST',
|
|
headers: { 'Content-Type': 'application/json' },
|
|
body: JSON.stringify({ asArray: true, request: 'userPrefs' })
|
|
})
|
|
export const response = await GetPrefs.json() |