File "PrefetchMessage.js"

Full Path: /home/fundopuh/trader.fxex.org/vendor/livewire/livewire/js/PrefetchMessage.js
File size: 224 bytes
MIME-type: text/plain
Charset: utf-8

import Message from '@/Message'

export default class extends Message {
    constructor(component, action) {
        super(component, [action])
    }

    get prefetchId() {
        return this.updateQueue[0].toId()
    }
}