mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 02:43:07 +09:00
8 lines
197 B
JavaScript
8 lines
197 B
JavaScript
|
|
// pre-emptively shut down to clear resources
|
|
if (typeof IdentityService !== "undefined") {
|
|
IdentityService.shutdown();
|
|
} else if (typeof IDService !== "undefined") {
|
|
IDService.shutdown();
|
|
}
|
|
|