chrome 60? support

This commit is contained in:
Toshit Chawda 2024-09-07 12:40:53 -07:00
parent 07a304e9c6
commit 268711e9a5
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
2 changed files with 8 additions and 4 deletions

View file

@ -312,7 +312,7 @@ pub fn is_null_body(code: u16) -> bool {
export function object_get(obj, k) {
try {
return obj[k]
} catch {
} catch(x) {
return undefined
}
};