mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 06:20:02 -04:00
chrome 60? support
This commit is contained in:
parent
07a304e9c6
commit
268711e9a5
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue