Liking cljdoc? Tell your friends :D

chromex.ext.safe-browsing-private

clj

Use the chrome.safeBrowsingPrivate API to observe events or retrieve referrer chain.

  • available since Chrome 68
Use the chrome.safeBrowsingPrivate API to observe events
or retrieve referrer chain.

  * available since Chrome 68
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

(gen-wrap kind item-id config & args)
source

get-referrer-chainclj/smacro

(get-referrer-chain tab-id)

Gets referrer chain for the specified tab.

|tab-id| - Id of the tab from which to retrieve the referrer.

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [entries] where:

|entries| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

Gets referrer chain for the specified tab.

  |tab-id| - Id of the tab from which to retrieve the referrer.

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [entries] where:

  |entries| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.
sourceraw docstring

get-referrer-chain*cljs

(get-referrer-chain* config tab-id)
source

on-dangerous-download-opened*cljs

(on-dangerous-download-opened* config channel & args)
source

on-policy-specified-password-changed*cljs

(on-policy-specified-password-changed* config channel & args)
source

on-policy-specified-password-reuse-detected*cljs

(on-policy-specified-password-reuse-detected* config channel & args)
source

on-security-interstitial-proceeded*cljs

(on-security-interstitial-proceeded* config channel & args)
source

on-security-interstitial-shown*cljs

(on-security-interstitial-shown* config channel & args)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.safe-browsing-private namespace.

Taps all valid non-deprecated events in chromex.ext.safe-browsing-private namespace.
sourceraw docstring

tap-on-dangerous-download-opened-eventsclj/smacro

(tap-on-dangerous-download-opened-events channel & args)

Fired when the user opened a dangerous download.

Events will be put on the |channel| with signature [::on-dangerous-download-opened [dict]] where:

|dict| - ?

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.

Fired when the user opened a dangerous download.

Events will be put on the |channel| with signature [::on-dangerous-download-opened [dict]] where:

  |dict| - ?

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
sourceraw docstring

tap-on-policy-specified-password-changed-eventsclj/smacro

(tap-on-policy-specified-password-changed-events channel & args)

Fired when the user changed their policy specified password.

Events will be put on the |channel| with signature [::on-policy-specified-password-changed [user-name]] where:

|user-name| - The user name of the policy specified password.

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.

Fired when the user changed their policy specified password.

Events will be put on the |channel| with signature [::on-policy-specified-password-changed [user-name]] where:

  |user-name| - The user name of the policy specified password.

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
sourceraw docstring

tap-on-policy-specified-password-reuse-detected-eventsclj/smacro

(tap-on-policy-specified-password-reuse-detected-events channel & args)

Fired when Chrome detects a reuse of a policy specified password.

Events will be put on the |channel| with signature [::on-policy-specified-password-reuse-detected [reuse-details]] where:

|reuse-details| - Details about where the password reuse occurred.

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.

Fired when Chrome detects a reuse of a policy specified password.

Events will be put on the |channel| with signature [::on-policy-specified-password-reuse-detected [reuse-details]] where:

  |reuse-details| - Details about where the password reuse occurred.

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
sourceraw docstring

tap-on-security-interstitial-proceeded-eventsclj/smacro

(tap-on-security-interstitial-proceeded-events channel & args)

Fired when the user clicked-through a security interstitial.

Events will be put on the |channel| with signature [::on-security-interstitial-proceeded [dict]] where:

|dict| - ?

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.

Fired when the user clicked-through a security interstitial.

Events will be put on the |channel| with signature [::on-security-interstitial-proceeded [dict]] where:

  |dict| - ?

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
sourceraw docstring

tap-on-security-interstitial-shown-eventsclj/smacro

(tap-on-security-interstitial-shown-events channel & args)

Fired when a security interstitial is shown to the user.

Events will be put on the |channel| with signature [::on-security-interstitial-shown [dict]] where:

|dict| - ?

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.

Fired when a security interstitial is shown to the user.

Events will be put on the |channel| with signature [::on-security-interstitial-shown [dict]] where:

  |dict| - ?

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close