mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 14:43:28 +00:00
Rework HTMLAllCollection
Capture its unique properties: 1- instances are falsy, and 2- instance can be called as a function The behavior is used for browser detection (i.e. duckduckgo treats us as a legacy browser because we document.all != false)
This commit is contained in:
2
.github/actions/install/action.yml
vendored
2
.github/actions/install/action.yml
vendored
@@ -17,7 +17,7 @@ inputs:
|
||||
zig-v8:
|
||||
description: 'zig v8 version to install'
|
||||
required: false
|
||||
default: 'v0.1.22'
|
||||
default: 'v0.1.23'
|
||||
v8:
|
||||
description: 'v8 version to install'
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user